theAIGuysCode / YOLOv4-Cloud-Tutorial

This repository walks you through how to Build and Run YOLOv4 Object Detections with Darknet in the Cloud with Google Colab.
355 stars 299 forks source link

Can not save trained weights #9

Open Rafiur opened 4 years ago

Rafiur commented 4 years ago

I have followed all the steps and mounted the drive properly hence gdrive appears on the file manager tab. However, while training I have followed the mydrive/yolov4/backup in both obj.data and created the folders in the drive but the trained weights are not saved. If I load a weights file/pre trained weights it can load it properly and resume training but it does not save the weights after 100 iterations.

jmudy commented 4 years ago

The weights (yolo-obj_last.weights) are saved every 100 iterations after passing 1000 iterations (yolo-obj_1000.weights). At least when I have trained a custom class.

RupendraRaavi commented 3 years ago

For me, weights are saved in yolo obj weights, but again their arent no new files being created after 1000 iterations. Any idea, friends, what might be the issue?

asyilanrftr commented 1 year ago

For me, weights are saved in yolo obj weights, but again their arent no new files being created after 1000 iterations. Any idea, friends, what might be the issue?

i have the same problem. did u solved it? is the yolo-obj_1000.weight file appear automatically or we created it?