Kaynağa Gözat

Created using Colaboratory

modifyDataloader
Glenn Jocher 3 yıl önce
ebeveyn
işleme
b6863385b5
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      tutorial.ipynb

+ 3
- 3
tutorial.ipynb Dosyayı Görüntüle

@@ -1074,7 +1074,7 @@
"id": "7KN5ghjE6ZWh"
},
"source": [
"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 @@
},
"source": [
"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",
"Image(filename='runs/train/exp/results.png', width=800)"
],
"execution_count": null,
@@ -1096,7 +1096,7 @@
"id": "lfrEegCSW3fK"
},
"source": [
"<img src=\"https://user-images.githubusercontent.com/26833433/97808309-8182b180-1c66-11eb-8461-bffe1a79511d.png\" width=\"800\">\n"
"<p align=\"left\"><img width=\"800\" alt=\"COCO128 Training Results\" src=\"https://github.com/ultralytics/yolov5/releases/download/v1.0/results_COCO128.png\"></p>"
]
},
{

Yükleniyor…
İptal
Kaydet