Weights & Biases (wandb): Difference between revisions

no edit summary
No edit summary
No edit summary
Line 49: Line 49:


<!--T:9-->
<!--T:9-->
module load python/3.6 httpproxy
virtualenv --no-download $SLURM_TMPDIR/env
virtualenv --no-download $SLURM_TMPDIR/env
source $SLURM_TMPDIR/env/bin/activate
source $SLURM_TMPDIR/env/bin/activate
pip install torchvision wandb --no-index
pip install torchvision wandb --no-index
### Save your wandb API key in your .bash_profile or replace $API_KEY with your actual API key. Uncomment the line below and comment out 'wandb offline'. if running on Cedar ###
#wandb login $API_KEY


wandb offline
wandb offline
cc_staff
282

edits