unable to load the checkpoint for kitti dataset
Hi! Thank you for the fantastic codes. It is really a brilliant work. Only one thing itches me very much: When I try to load the checkpoint of kitti2015, I will get a Error which says: ValueError: Dimension 0 in both shapes must be equal, but are 5 and 32. Shapes are [5,5,6,32] and [32,2,5,5]. for 'Assign' (op: 'Assign') with input shapes: [5,5,6,32], [32,2,5,5].
I have adjusted the parameters for the input size and the paddings. So the model can be built properly. And i got no problem with loading the checkpoint of "driving....". Would you happen to know the reason for this?
Thanks in advanced.
Kun
No sure if understand the issue correctly. I was not able to upload the npz files for Kitti since it was huge. Only MPI and driving are available. The code has to specify which should be loaded.
Hi! Thank you for the fantastic codes. It is really a brilliant work. Only one thing itches me very much: When I try to load the checkpoint of kitti2015, I will get a Error which says: ValueError: Dimension 0 in both shapes must be equal, but are 5 and 32. Shapes are [5,5,6,32] and [32,2,5,5]. for 'Assign' (op: 'Assign') with input shapes: [5,5,6,32], [32,2,5,5].
I have adjusted the parameters for the input size and the paddings. So the model can be built properly. And i got no problem with loading the checkpoint of "driving....". Would you happen to know the reason for this?
Thanks in advanced.
Kun
I have also encountered this problem. I loaded the checkpoint of kitti2015 successfully when I set the input channels to 1.