jtwc 发表于 2022-5-24 14:43

各位老师,py3.7编译错误?

各位老师,py3.7编译错误?

写代码 from keras.models import Sequential
             from keras.layers import Dense, Activation
            from keras.layers import LSTM
出错:raise AssertionError(f"Duplicate registrations for type '{identifier}'")AssertionError: Duplicate registrations for type 'optimizer'


xqyqx 发表于 2022-5-24 14:52

可以参考一下这里:https://github.com/google-research/scenic/issues/213

jtwc 发表于 2022-5-24 17:56

xqyqx 发表于 2022-5-24 14:52
可以参考一下这里:https://github.com/google-research/scenic/issues/213

谢谢老师了
页: [1]
查看完整版本: 各位老师,py3.7编译错误?