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 was 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?