python&anconda系列(亲测有效):keras:解决:ImportError: cannot import name ‘get_config‘
解决:ImportError: cannot import name ‘get_config‘
解决:ImportError: cannot import name ‘get_config’
背景
今天使用Conda构建项目运行环境的时候报错:ImportError: cannot import name ‘get_config’
报错问题
from keras.callbacks import LearningRateScheduler, ModelCheckpoint
File "D:\develop\Miniconda3\lib\site-packages\keras\__init__.py", line 25, in <module>
from keras import models
File &