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
Describe the bug
When loading a model and trying to convert it from pytorch to keras with change_ordering=True, I get an error.
is there a way to resolve or figure out which layers require tuning?
Running with change_ordering=False works properly
File "/home/shai/.conda/envs/shai-development/lib/python3.7/site-packages/tensorflow/python/keras/layers/merge.py", line 85, in _compute_elemwise_op_output_shape
'together with shapes ' + str(shape1) + ' ' + str(shape2))
ValueError: Operands could not be broadcast together with shapes (56, 56, 64) (64, 1, 64)
Describe the bug
When loading a model and trying to convert it from pytorch to keras with change_ordering=True, I get an error.
is there a way to resolve or figure out which layers require tuning?
Running with change_ordering=False works properly
To Reproduce
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: