JLREx / PAtt-Lite

Official implementation for PAtt-Lite: Lightweight Patch and Attention MobileNet for Challenging Facial Expression Recognition
MIT License
33 stars 3 forks source link

rafdb.keras cannot be openned #2

Closed dpigasin closed 7 months ago

dpigasin commented 8 months ago

patt = tf.keras.models.load_model(f'models/patt_lite/rafdb.keras', compile=False)

OSError: Unable to synchronously open file (file signature not found)

JLREx commented 8 months ago

Hi, have you tried downloading the file again or downloading it in a different way?

CloudComputing-linux commented 7 months ago

I couldn't open it either

JLREx commented 7 months ago

Hi, we have replaced the saved model with a h5 version, this should load without issues.