From a4ae9a6850bbe185147cf33a04b8680e2ce43651 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 10 Jun 2020 15:56:03 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 49fcf96..c00d17b 100755 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ $ pip install -U -r requirements.txt ## Tutorials +* Open In Colab * [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) -* [Google Colab Notebook](https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb) with training, testing and testing examples -* [GCP Quickstart](https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart) +* [Google Cloud Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart) * [Docker Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/Docker-Quickstart) @@ -97,10 +97,8 @@ $ python train.py --data coco.yaml --cfg yolov5s.yaml --weights '' --batch-size To access an up-to-date working environment (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled), consider a: - **GCP** Deep Learning VM with $300 free credit offer: See our [GCP Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart) -- **Google Colab Notebook** with 12 hours of free GPU time: [Google Colab Notebook](https://colab.sandbox.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb) -- **Docker Image** from https://hub.docker.com/r/ultralytics/yolov5. See [Docker Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/Docker-Quickstart) - - +- **Google Colab Notebook** with 12 hours of free GPU time. Open In Colab +- **Docker Image** https://hub.docker.com/r/ultralytics/yolov5. See [Docker Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/Docker-Quickstart) ## Citation [![DOI](https://zenodo.org/badge/146165888.svg)](https://zenodo.org/badge/latestdoi/146165888)