DDBC-code / scripts /test.sh
abcdxyz052026's picture
Upload folder using huggingface_hub
c3cb90c verified
Raw
History Blame Contribute Delete
349 Bytes
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