Skip to content

Commit 58f8ba7

Browse files
committed
Creado con Colaboratory
1 parent fed5d9c commit 58f8ba7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tutorial.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@
559559
"\n",
560560
"import torch\n",
561561
"from IPython.display import Image, clear_output # to display images\n",
562-
"from utils.google_utils import gdrive_download # to download models/datasets\n",
563562
"\n",
564563
"clear_output()\n",
565564
"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 @@
11591158
"source": [
11601159
"# Run unit tests\n",
11611160
"%%shell\n",
1162-
"#git clone https://github.com/ultralytics/yolov5\n",
1163-
"#cd yolov5\n",
1161+
"# git clone https://github.com/ultralytics/yolov5\n",
1162+
"# cd yolov5\n",
11641163
"pip install -qr requirements.txt onnx\n",
11651164
"\n",
11661165
"export PYTHONPATH=\"$PWD\" # to run *.py. files in subdirectories\n",

0 commit comments

Comments
 (0)