Last active
November 21, 2017 19:03
-
-
Save lukas/dd8b25a680fce822548db0d223b5028e to your computer and use it in GitHub Desktop.
Qualcomm setup instructions
This file contains hidden or 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
Slides at http://bit.ly/lukas-qcom-course | |
Step 1) | |
Wandb is a logging program that will help you visualize neural network performance in the afternoon online. | |
Go to "https://app.wandb.ai/login?invited" and create an account. No need to follow further instructions. | |
Step 2) | |
On your server run: | |
cd ml-class/ | |
git pull origin master | |
sudo pip install wandb | |
wandb login | |
Local windows install steps | |
Install conda | |
Install git | |
Run | |
git clone https://github.com/lukas/ml-class | |
cd ml-class | |
pip install wandb | |
conda install -c conda-forge scikit-learn | |
conda install -c conda-forge tensorflow | |
conda install -c conda-forge keras | |
wandb login | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment