38,757
edits
No edit summary |
(Updating to match new version of source page) |
||
Line 32: | Line 32: | ||
L'exemple suivant montre comment utiliser wandb pour le suivi de l'expérimentation sur Béluga. Pour reproduire ceci sur Cedar, il n'est pas nécessaire d'activer le mode hors ligne. | L'exemple suivant montre comment utiliser wandb pour le suivi de l'expérimentation sur Béluga. Pour reproduire ceci sur Cedar, il n'est pas nécessaire d'activer le mode hors ligne. | ||
<div class="mw-translate-fuzzy"> | |||
{{File | {{File | ||
|name=wandb-test.sh | |name=wandb-test.sh | ||
Line 41: | Line 42: | ||
#SBATCH --time=0-03:00 | #SBATCH --time=0-03:00 | ||
#SBATCH --output=%N-%j.out | #SBATCH --output=%N-%j.out | ||
</div> | |||
<div class="mw-translate-fuzzy"> | |||
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 | ||
</div> | |||
### 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 ### | ### 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 ### |