You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The layer "sequential_1 has multiple inbound nodes, with different input shapes. Hence the notion of "input shape" is ill-defined for the layer. Use get_input_shape_at(node_index) instead.
#22
Open
naouss80 opened this issue
Jul 6, 2017
· 5 comments
Hi I seem to be running $ python test_catch.py
and here is what I seem to get
Epoch 1000/1000 | Loss 0.0104 | Epsilon 0.10 | Win count 793
Traceback (most recent call last):
File "test_catch.py", line 21, in
agent.play(catch)
File "C:\Users\user\AppData\Local\Continuum\Anaconda3\lib\site-packages\qlearning4k-0.0.1-py3.6.egg\qlearning4k\agent.py", line 105, in play
File "C:\Users\user\AppData\Local\Continuum\Anaconda3\lib\site-packages\qlearning4k-0.0.1-py3.6.egg\qlearning4k\agent.py", line 38, in check_game_compatibility
File "C:\Users\user\AppData\Local\Continuum\Anaconda3\lib\site-packages\keras\engine\topology.py", line 1028, in input_shape
' has multiple inbound nodes, '
AttributeError: The layer "sequential_1 has multiple inbound nodes, with different input shapes. Hence the notion of "input shape" is ill-defined for the layer. Use get_input_shape_at(node_index) instead.
The text was updated successfully, but these errors were encountered:
Hi I seem to be running
$ python test_catch.py
and here is what I seem to get
Epoch 1000/1000 | Loss 0.0104 | Epsilon 0.10 | Win count 793
Traceback (most recent call last):
File "test_catch.py", line 21, in
agent.play(catch)
File "C:\Users\user\AppData\Local\Continuum\Anaconda3\lib\site-packages\qlearning4k-0.0.1-py3.6.egg\qlearning4k\agent.py", line 105, in play
File "C:\Users\user\AppData\Local\Continuum\Anaconda3\lib\site-packages\qlearning4k-0.0.1-py3.6.egg\qlearning4k\agent.py", line 38, in check_game_compatibility
File "C:\Users\user\AppData\Local\Continuum\Anaconda3\lib\site-packages\keras\engine\topology.py", line 1028, in input_shape
' has multiple inbound nodes, '
AttributeError: The layer "sequential_1 has multiple inbound nodes, with different input shapes. Hence the notion of "input shape" is ill-defined for the layer. Use
get_input_shape_at(node_index)
instead.The text was updated successfully, but these errors were encountered: