glenn-jocher commited on
Commit
8acb573
1 Parent(s): 96e36a7

Created using Colaboratory

Browse files
Files changed (1) hide show
  1. tutorial.ipynb +1 -1
tutorial.ipynb CHANGED
@@ -1036,7 +1036,7 @@
1036
  "source": [
1037
  "## Local Logging\n",
1038
  "\n",
1039
- "All results are logged by default to `runs/train`, with a new experiment directory created for each new training as `runs/train/exp2`, `runs/train/exp3`, etc. View train and val jpgs to see mosaics, labels, predictions and augmentation effects. Note an Ultralytics **Mosaic Dataloader** is used for training (shown below), which combined each original image with 3 additional random training images.\n",
1040
  "\n",
1041
  "> <img src=\"https://user-images.githubusercontent.com/26833433/124931219-48bf8700-e002-11eb-84f0-e05d95b118dd.jpg\" width=\"700\"> \n",
1042
  "`train_batch0.jpg` shows train batch 0 mosaics and labels\n",
 
1036
  "source": [
1037
  "## Local Logging\n",
1038
  "\n",
1039
+ "All results are logged by default to `runs/train`, with a new experiment directory created for each new training as `runs/train/exp2`, `runs/train/exp3`, etc. View train and val jpgs to see mosaics, labels, predictions and augmentation effects. Note an Ultralytics **Mosaic Dataloader** is used for training (shown below), which combines 4 images into 1 mosaic during training.\n",
1040
  "\n",
1041
  "> <img src=\"https://user-images.githubusercontent.com/26833433/124931219-48bf8700-e002-11eb-84f0-e05d95b118dd.jpg\" width=\"700\"> \n",
1042
  "`train_batch0.jpg` shows train batch 0 mosaics and labels\n",