hmr2.0
hmr2.0 copied to clipboard
Training problem
after I ran "python model.py > train.txt 2>&1 &!" I got this traceback:
is that caused by keras or numpy version?
building model...
Traceback (most recent call last):
File "model.py", line 486, in
Dimensions must be equal, but are 59 and 61 for '{{node resnet50v2/conv2_block1_out/add}} = AddV2[T=DT_FLOAT](resnet50v2/conv2_block1_0_conv/BiasAdd, resnet50v2/conv2_block1_3_conv/BiasAdd)' with input shapes: [64,59,59,256], [64,61,61,256].
Call arguments received: • inputs=['tf.Tensor(shape=(64, 59, 59, 256), dtype=float32)', 'tf.Tensor(shape=(64, 61, 61, 256), dtype=float32)']