File size: 349 Bytes
c3cb90c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | export CUDA_VISIBLE_DEVICES=5 #,2,3,4,5,6,7
export PYTHONPATH=/workspace:$PYTHONPATH
python ./main.py \
mode=rec_eval \
loader.batch_size=32 \
loader.eval_batch_size=1 \
data=spotify \
model=small \
parameterization=subs \
backbone=dit \
model.length=77 \
eval.checkpoint_path="/workspace/spotify30.ckpt" \
+wandb.offline=true
|