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
I'm trying to train the tiny yolov2 on VOC, but I got the following error:
...
File "/home/jeferson/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 518, in __getattr__
type(self).__name__, name))
AttributeError: 'Darknet' object has no attribute 'module
Hi @andy-yun
I'm trying to train the tiny yolov2 on VOC, but I got the following error:
When I tried to run this.
Could you guess what the problem is? I'm using pytorch 0.4.1
The text was updated successfully, but these errors were encountered: