You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: