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
Hi,
having torch v 1.8 on jetson device, I am unable to get a .wts file.
I think that there is a mismatch between the model it expects and the real file you have provided in your README.
self.__class__.__name__, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for Darknet:
Missing key(s) in state_dict: "total_ops", "total_params", "module_list.total_ops", "module_list.total_params", "module_list.0.total_ops", "module_list.0.total_params", "module_list.1.total_ops", "module_list.1.total_params", "module_list.2.total_ops",
etc.
etc.
...
The text was updated successfully, but these errors were encountered:
Hi,
having torch v 1.8 on jetson device, I am unable to get a .wts file.
I think that there is a mismatch between the model it expects and the real file you have provided in your README.
The text was updated successfully, but these errors were encountered: