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
When I run the code I got this error on line 100 of transformer.py:
ValueError: Axis 0 of input tensor should have a defined dimension, but is None. Full tensor shape: (None, None, None). Typically you need to pass a fully-defined input_shape argument to your first layer.
could you specify the versions of keras and tensorflow that you used for your test?
The text was updated successfully, but these errors were encountered:
When I run the code I got this error on line 100 of transformer.py:
ValueError: Axis 0 of input tensor should have a defined dimension, but is None. Full tensor shape: (None, None, None). Typically you need to pass a fully-defined
input_shape
argument to your first layer.could you specify the versions of keras and tensorflow that you used for your test?
The text was updated successfully, but these errors were encountered: