Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

unable to load the checkpoint for kitti dataset #3

Open
kunlileo opened this issue Aug 21, 2019 · 2 comments
Open

unable to load the checkpoint for kitti dataset #3

kunlileo opened this issue Aug 21, 2019 · 2 comments

Comments

@kunlileo
Copy link

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

@roatienza
Copy link
Owner

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.

@Bohrhh
Copy link

Bohrhh commented Dec 25, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants