Skip to content

Commit

Permalink
Creado con Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Nov 6, 2020
1 parent fed5d9c commit 58f8ba7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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'))"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 58f8ba7

Please sign in to comment.