-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85d32e4
commit 3102ac4
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pip install opencv-python-headless | ||
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose | ||
pip install notebook | ||
pip install scikit-learn | ||
pip install ipywidgets | ||
jupyter nbextension enable --py widgetsnbextension | ||
pip install nbinteract | ||
|
||
#Linux or Mac uncomment the line below | ||
#pip install torch torchvision | ||
|
||
#Windows uncomment the line below | ||
#pip install torch===1.5.0 torchvision===0.6.0 -f https://download.pytorch.org/whl/torch_stable.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
pip install opencv-python-headless | ||
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose | ||
pip install notebook | ||
pip install scikit-learn | ||
pip install ipywidgets | ||
jupyter nbextension enable --py widgetsnbextension | ||
pip install nbinteract | ||
|
||
#Linux or Mac | ||
#pip install torch torchvision | ||
|
||
#Windows uncomment the line below | ||
#pip install torch===1.5.0 torchvision===0.6.0 -f https://download.pytorch.org/whl/torch_stable.html | ||
|
||
pip3 install opencv-python-headless | ||
python3 -m pip3 install --user numpy scipy matplotlib ipython jupyter pandas sympy nose | ||
pip3 install notebook | ||
pip3 install scikit-learn | ||
pip3 install ipywidgets | ||
jupyter nbextension enable --py widgetsnbextension | ||
pip3 install nbinteract | ||
|
||
#Linux or Mac uncomment the line below | ||
#pip install torch torchvision | ||
|
||
#Windows uncomment the line below | ||
#pip3 install torch===1.5.0 torchvision===0.6.0 -f https://download.pytorch.org/whl/torch_stable.html |
Binary file not shown.
Binary file not shown.