Skip to content

Problem with training Tiny YOLOv2 on VOC #68

@jefersonf

Description

@jefersonf

Hi @andy-yun

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

When I tried to run this.

python3 train.py -d cfg/voc.data -c cfg/tiny-yolo-voc.cfg -w yolov2-tiny-voc.weights 

Could you guess what the problem is? I'm using pytorch 0.4.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions