Created using Colaboratory

pull/3875/head
Glenn Jocher 2021-07-02 12:24:27 +02:00
parent b6863385b5
commit 4717a3b038
1 changed files with 0 additions and 14 deletions

14
tutorial.ipynb vendored
View File

@ -1139,20 +1139,6 @@
"Optional extras below. Unit tests validate repo functionality and should be run on any PRs submitted.\n"
]
},
{
"cell_type": "code",
"metadata": {
"id": "gI6NoBev8Ib1"
},
"source": [
"# Re-clone repo\n",
"%cd ..\n",
"%rm -rf yolov5 && git clone https://github.com/ultralytics/yolov5\n",
"%cd yolov5"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {