Skip to content

Commit

Permalink
Less spew on colab setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbau committed Jul 3, 2020
1 parent ee88d16 commit 8a1e55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/DemoSegmenter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"!(stat -t /usr/local/lib/*/dist-packages/google/colab > /dev/null 2>&1) && exit \n",
"pip install yacs 2>&1 >> install.log\n",
"git init 2>&1 >> install.log\n",
"git remote add origin https://github.com/davidbau/semantic-segmentation-pytorch.git 2>&1 >> install.log\n",
"git remote add origin https://github.com/davidbau/semantic-segmentation-pytorch.git 2>> install.log\n",
"git pull origin tutorial 2>&1 >> install.log\n",
"DOWNLOAD_ONLY=1 ./demo_test.sh 2>&1 >> install.log"
"DOWNLOAD_ONLY=1 ./demo_test.sh 2>> install.log"
]
},
{
Expand Down

0 comments on commit 8a1e55e

Please sign in to comment.