Browse Source

Add Architecture Summary to README Tutorials (#7146)

* Add Architecture Summary to README Tutorials

Per https://github.com/ultralytics/yolov5/issues/6998#issuecomment-1073517405

* Update README.md
modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
7a2a11893b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -162,7 +162,7 @@ python train.py --data coco.yaml --cfg yolov5n.yaml --weights '' --batch-size 12
* [Model Pruning/Sparsity](https://github.com/ultralytics/yolov5/issues/304)
* [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607)
* [Transfer Learning with Frozen Layers](https://github.com/ultralytics/yolov5/issues/1314)  ⭐ NEW
* [TensorRT Deployment](https://github.com/wang-xinyu/tensorrtx)
* [Architecture Summary](https://github.com/ultralytics/yolov5/issues/6998)  ⭐ NEW

</details>


Loading…
Cancel
Save