# install prerequisite system libraries for scipy(?)
sudo apt install libblas3 liblapack3 liblapack-dev libblas-dev gfortran
# setup python environment
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Install pytorch following https://pytorch.org/get-started/locally/
pip install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
-
Notifications
You must be signed in to change notification settings - Fork 1
hotohoto/ml_course
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published