Skip to content

Instantly share code, notes, and snippets.

@lukas
Last active November 21, 2017 19:03
Show Gist options
  • Save lukas/dd8b25a680fce822548db0d223b5028e to your computer and use it in GitHub Desktop.
Save lukas/dd8b25a680fce822548db0d223b5028e to your computer and use it in GitHub Desktop.
Qualcomm setup instructions
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