79235430

Date: 2024-11-28 22:32:37
Score: 1
Natty:
Report link

I found it much easier to use the .h5 format: model.save(path/to/model.h5)

tf.keras.models.load_model(path/to/model.h5) works with no issues.

I don't know if you have the model in memory somewhere, but if you do, save it to .h5 instead of .keras

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arush