"Training losses and performance metrics are also logged to [Tensorboard](https://www.tensorflow.org/tensorboard) and a custom `results.txt` logfile which is plotted as `results.png` (below) after training completes. Here we show YOLOv5s trained on COCO128 to 300 epochs, starting from scratch (blue), and from pretrained `--weights yolov5s.pt` (orange)."
"Training results are automatically logged to [Tensorboard](https://www.tensorflow.org/tensorboard) and `runs/train/exp/results.txt`, which is plotted as `results.png` (below) after training completes. You can also plot any `results.txt` file manually:"
]
]
},
},
{
{
...
@@ -1084,7 +1084,7 @@
...
@@ -1084,7 +1084,7 @@
},
},
"source": [
"source": [
"from utils.plots import plot_results \n",
"from utils.plots import plot_results \n",
"plot_results(save_dir='runs/train/exp') # plot all results*.txt as results.png\n",
"plot_results(save_dir='runs/train/exp') # plot all results*.txt files in 'runs/train/exp'\n",