How to train using custom model #178
Replies: 2 comments 1 reply
-
Hello sir, have you found a solution to see the progress of learning? |
Beta Was this translation helpful? Give feedback.
-
I think this is bug wandb=true,then when ask INFO 🌐 (1) Create a W&B account logging_utils.py:268 select (3) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Alright, I have seen the threads in issues before coming here. And, thank you everyone for your efforts.
Here is the thing, I consulted https://yolo-docs.readthedocs.io/en/latest/1_tutorials/0_allIn1.html. Followed the folder structure and run the training with lazy.py (use_wandb=False). However, I keep getting the output below, things do not seem to progress, there was even a time I waited for an hour. I used Google Colab for T4 GPU, same results, I used my own PC, CPU, same results. I also tried to export and used dataset format YOLOv9, same result, stuck in the first progress. Any help is appreciated on how to train. Thank you.
Command:
config.py:
I am using COCO export format of my dataset from ROBOFLOW, I have the following yaml file in yolo/config/dataset/v9-aug.yaml:
Output is:
I also have the following output log on runs/train:
Beta Was this translation helpful? Give feedback.
All reactions