You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the official implementation of EfficientNetBx in TensorFlow/Keras has currently some issues based on serialization resulting in the lack of saving the model or its weights (which also makes checkpoint training based on val_loss impossible).
Currently, the official implementation of EfficientNetBx in TensorFlow/Keras has currently some issues based on serialization resulting in the lack of saving the model or its weights (which also makes checkpoint training based on val_loss impossible).
keras-team/tf-keras#383
Waiting for fix.
Current solution: downgrade to TensorFlow 2.9, however the ConvNeXt architecture is only functional in TF 2.10.
The text was updated successfully, but these errors were encountered: