James Huang
Results
1
comments of
James Huang
> Hi all, > > After much troubleshooting, I've found the best fix for `tf.keras.applications.EfficientNetB0` problems is to simply upgrade to [`tf.keras.applications.efficientnet_v2.EfficientNetV2B0`](https://www.tensorflow.org/api_docs/python/tf/keras/applications/efficientnet_v2/EfficientNetV2B0). > > You can see a full write-up...