xl-sr / CAL

[CoRL'18] Conditional Affordance Learning
MIT License
69 stars 27 forks source link

Value Error #5

Closed robotsoft closed 5 years ago

robotsoft commented 5 years ago

When I tried to run python driving_benchmark.py -c Town01 -v -n test, I encountered the following error.

ValueError: Shape must be rank 1 but is rank 4 for 'Batchnorm_0/cond/FusedBatchNorm' (op: 'FusedBatchNorm') with input shapes: [?,6,13,512], [1,6,1,1], [1,6,1,1], [1,6,1,1], [1,6,1,1].

chowkamlee81 commented 5 years ago

@xl-sr Iam also getting the same error. Kindly let us know how you solved it. @robotsoft Any progress so far in solving the problem