shibuiwilliam

Results 1 comments of shibuiwilliam

I found it is possible to save if I don't use augmentation in EfficientNetSim. ```python model = EfficientNetSim(train_ds.example_shape, embedding_size, augmentation=None) tf.keras.models.save_model(model, "./sim_model.h5") # OR tf.keras.models.save_model(model, "./sim_model/0") ```