为了账号安全,请及时绑定邮箱和手机立即绑定

执行model.summary()报错

ValueError                                Traceback (most recent call last)<ipython-input-34-5f15418b3570> in <module>----> 1 model.summary()C:\Anaconda3\lib\site-packages\keras\engine\network.py in summary(self, line_length, positions, print_fn)   1250         if not self.built:   1251             raise ValueError(-> 1252                 'This model has not yet been built. '   1253                 'Build the model first by calling build() '   1254                 'or calling fit() with some data. 'ValueError: This model has not yet been built. Build the model first by calling build() or calling fit() with some data. Or specify input_shape or batch_input_shape in the first layer for automatic build.


正在回答

1 回答

同样报错:

---------------------------------------------------------------------------NameError                                 Traceback (most recent call last)<ipython-input-24-5f15418b3570> in <module>----> 1 model.summary()NameError: name 'model' is not defined


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

执行model.summary()报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信