Jeferson Ferreira
Jeferson Ferreira
Hi there o/, I'm trying to execute de `kmeans.py` file but I got the following error: ``` Traceback (most recent call last): File "kmeans.py", line 100, in kmeans.txt2clusters() File "kmeans.py",...
I've installed the correct requirements. But after running this: `python main.py --dataset cifar10 --arch vgg --depth 16` I'm getting the following error: ``` Traceback (most recent call last): File "main.py",...
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...
Hi, I am trying to train the TinyYOLOv2 model with VOC07 dataset. I've defined the function to fetch bounding boxes and labels for all the training images. But after fitting...