efficientnet_keras_transfer_learning icon indicating copy to clipboard operation
efficientnet_keras_transfer_learning copied to clipboard

Transfer Learning with EfficientNet in Keras

Results 10 efficientnet_keras_transfer_learning issues
Sort by recently updated
recently updated
newest added

tf.random_normal to tf.random.normal

'tf.random_normal' to 'tf.random.normal'

thanks for your brillant implement of efficientnet transfer learning! i have some trouble in follow your example: when i run the example with gpu ,it cannot start trainning,can you help...

Got this error while loading a trained model from efficientnet.layers import Swish, DropConnect ModuleNotFoundError: No module named 'efficientnet.layers' script used : ``` from efficientnet.layers import Swish, DropConnect from efficientnet.model import...

Hi, I followed your tutorial on https://www.dlology.com/blog/transfer-learning-with-efficientnet/ for transfer learning with efficientnet. It's a great tutorial, thanks a lot for it. However, when i do the transfer learning for B0...

WARNING:tensorflow:Entity could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`)...

Thanks for the tutorial. Is your fine-tuning only applicable to B0? I want to try with B3. But I saw a much lower accuracy right in the earlier epochs.

Firstly thanks for your brilliant model implement! But when I try to transfer EfficientNet_v1 with efficientnet-b1_imagenet_1000.h5, there is a bug said "Layer #1 (named "conv2d_1") expects 2 weight(s), but the...

Hello, I would like to ask you about tf.random_normal. It's getting an error when importing efficient-net. As mentioned in StackOverflow, the error was caused by a new way of writing....