はとむぎ研究室

大学生の備忘録でした

AttributeError: module 'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects' 解決法

以下を実行

$ pip install tensorflow --upgrade --force-reinstall

環境

macOS
Python==3.8.1
TensorFlow==2.5.0
Keras==2.4.2

参考

github.com