From 3752f6c8fea27f33b306b5ad20de853f44e74da6 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 12 May 2021 19:49:12 +0200 Subject: [PATCH] TorchScript, ONNX, CoreML Export tutorial title (#3142) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba4424fa550c..b25c6fca983c 100755 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ $ pip install -r requirements.txt * [Supervisely Ecosystem](https://github.com/ultralytics/yolov5/issues/2518)  🌟 NEW * [Multi-GPU Training](https://github.com/ultralytics/yolov5/issues/475) * [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36)  ⭐ NEW -* [ONNX and TorchScript Export](https://github.com/ultralytics/yolov5/issues/251) +* [TorchScript, ONNX, CoreML Export](https://github.com/ultralytics/yolov5/issues/251) 🚀 * [Test-Time Augmentation (TTA)](https://github.com/ultralytics/yolov5/issues/303) * [Model Ensembling](https://github.com/ultralytics/yolov5/issues/318) * [Model Pruning/Sparsity](https://github.com/ultralytics/yolov5/issues/304)