您的位置:首页 > 其它

180209 Keras加载自定义模型weight shape not compatible问题的解决方法

2018-02-09 10:35 507 查看
https://github.com/keras-team/keras/issues/4044



import h5py
f = h5py.File('model_file.h5', 'r+')
del f['optimizer_weights']
f.close()
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐