Sovit Ranjan Rath
Sovit Ranjan Rath
Yes, that may be the reason it is blank.
Also, please check that the `--imgsz` is 320 during training. They should be the same during training and evaluation. Otherwise, the numbers will be different. I will also check one...
Yes, you can give a different name. It will resume training but the resulting directory will be different. You will separate logs for both the training for later analysis.
Yes, they will be consistent. The train loss list, train loss epoch, and epoch graphs will be consistent. The individual losses will be created new each time.
No issues. Let me know.
If you are getting same mAP with continuous training and not with resume training, then I will take a look. I have not compared mAP values with resume training yet,...
So, I stopped training and resumed. This is from WandB from the last epoch after resuming. ``` wandb: Waiting for W&B process to finish... (success). wandb: | 170.694 MB of...
Sure. I used the aquarium dataset whose YAML file already comes with the repository. I commented out the test paths. ``` # Images and labels direcotry should be relative to...
I am laying out all the details here. You should use `--square-training` in evaluation only if you have used it in training. Please try with `--square-training` with both training and...
Hello. Can you open the training log file and check the best mAP results? I have a feeling that WandB is reporting the best model results while you are evaluating...