Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EfficientNet not working #185

Open
muellerdo opened this issue Nov 30, 2022 · 1 comment
Open

EfficientNet not working #185

muellerdo opened this issue Nov 30, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@muellerdo
Copy link
Member

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.

@muellerdo muellerdo added the bug Something isn't working label Nov 30, 2022
@muellerdo
Copy link
Member Author

Is fixed on latest keras master branch.

Should be included in tf.keras with the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant