Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Feb 19, 2020
1 parent 8642567 commit 1661d2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 1 addition & 19 deletions Computer Vision/06_Keypoint_Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,13 @@
"source": [
"#Run once per session\n",
"import os\n",
"!pip install -q feather-format kornia pyarrow wandb nbdev fastprogress --upgrade \n",
"!pip install torch==1.3.1\n",
"!pip install torchvision==0.4.2\n",
"!pip install -q feather-format kornia pyarrow wandb nbdev fastprogress fastai2 fastcore --upgrade \n",
"!pip install Pillow==6.2.1 --upgrade\n",
"!pip install git+https://github.com/fastai/fastai2.git\n",
"!pip install git+https://github.com/fastai/fastcore.git\n",
"#os._exit(00)"
],
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "RJGkZ4FZB-4f",
"colab_type": "code",
"colab": {}
},
"source": [
"!pip install git+https://github.com/fastai/fastai2.git\n",
"!pip install git+https://github.com/fastai/fastcore.git"
],
"execution_count": 0,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
2 changes: 0 additions & 2 deletions Computer Vision/06_Object_Detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"#Run once per session\n",
"import os\n",
"!pip install -q feather-format kornia pyarrow wandb nbdev fastprogress fastai2 fastcore --upgrade \n",
"!pip install torch==1.3.1\n",
"!pip install torchvision==0.4.2\n",
"!pip install Pillow==6.2.1 --upgrade\n",
"os._exit(00)"
],
Expand Down

0 comments on commit 1661d2b

Please sign in to comment.