Spaces:
Runtime error
Runtime error
init!
Browse files
models.py
CHANGED
@@ -542,4 +542,4 @@ new_model = ImageCaptioningModel(
|
|
542 |
cnn_model=cnn_model, encoder=encoder, decoder=decoder, image_aug=image_augmentation,
|
543 |
)
|
544 |
|
545 |
-
new_model.load_weights('model_weights')
|
|
|
542 |
cnn_model=cnn_model, encoder=encoder, decoder=decoder, image_aug=image_augmentation,
|
543 |
)
|
544 |
|
545 |
+
new_model.load_weights('model_weights.h5')
|