-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
2-breakout-a3c 에서 train.py 를 해보는 중인데,
self.global_model.summary()
해봤더니 모델 요약 조금 나오다
ValueError: You tried to call count_params on conv2d_2, but the layer isn't built. You can build it manually via: conv2d_2.build(batch_input_shape).
self.local_model.summary()
해봤더니
ValueError: This model has not yet been built. Build the model first by calling build() or calling fit() with some data, or specify an input_shape argument in the first layer(s) for automatic build.
이런 에러가 나오면서 모델 요약을 안보여주는데
어느 부분에서 봐야하나요?
Metadata
Metadata
Assignees
Labels
No labels