执行model.summary()报错

来源:3-4 Minst手写体识别

慕粉3945479

2019-07-25 11:43

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回答

  • weixin_慕仰4096221
    2019-07-25 17:10:34

    同样报错:

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


Keras入门

深度学习快速入门最佳路径—Keras

10300 学习 · 50 问题

查看课程

相似问题