GoogleCloudPlatform / practical-ml-vision-book

Apache License 2.0
485 stars 228 forks source link

Problem on 03b_finetune_MOBILENETV2_flowers5 #3

Closed steveice closed 2 years ago

steveice commented 3 years ago

I run this python notebook on Colab environment. However, on the third block it showed


ModuleNotFoundError Traceback (most recent call last)

in () 1 get_ipython().system('pip install --user --quiet keras-adamw') 2 os.environ['TF_KERAS'] = '1' # for AdamW ----> 3 from keras_adamw import AdamW ModuleNotFoundError: No module named 'keras_adamw' ---------------------------------------------------------------------------
phycoding commented 2 years ago

!pip install --user --quiet keras-adamw os.environ['TF_KERAS'] = '1' # for AdamW from keras_adamw import AdamW

run the above code ... hope you will not get any error