cad0p/maskrcnn-modanet

tensorflow and keras model

Opened this issue · 1 comments

Which version of tensorflow and keras that you used, because I ran into this error when I run instagram command on aws:

py36/lib/python3.6/site-packages/keras/layers/merge.py", line 61, in _compute_elemwise_op_output_shape
str(shape1) + ' ' + str(shape2))
ValueError: Operands could not be broadcast together with shapes (None, None, 1024) (None, None, 256)

Thanks for your help

cad0p commented

version 1.x of tensorflow

it runs successfully on colab if you want to debug.