From 58f8ba771e3712b525ca93a1ee66bc2b2df2092f Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 6 Nov 2020 17:12:23 +0100 Subject: [PATCH] Creado con Colaboratory --- tutorial.ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tutorial.ipynb b/tutorial.ipynb index e4a9098b561c..d68490960e95 100644 --- a/tutorial.ipynb +++ b/tutorial.ipynb @@ -559,7 +559,6 @@ "\n", "import torch\n", "from IPython.display import Image, clear_output # to display images\n", - "from utils.google_utils import gdrive_download # to download models/datasets\n", "\n", "clear_output()\n", "print('Setup complete. Using torch %s %s' % (torch.__version__, torch.cuda.get_device_properties(0) if torch.cuda.is_available() else 'CPU'))" @@ -1159,8 +1158,8 @@ "source": [ "# Run unit tests\n", "%%shell\n", - "#git clone https://github.com/ultralytics/yolov5\n", - "#cd yolov5\n", + "# git clone https://github.com/ultralytics/yolov5\n", + "# cd yolov5\n", "pip install -qr requirements.txt onnx\n", "\n", "export PYTHONPATH=\"$PWD\" # to run *.py. files in subdirectories\n",