File size: 353 Bytes
c3cb90c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | export CUDA_VISIBLE_DEVICES=6 #,1,2,3,4,5,6,7
export PYTHONPATH=/workspace:$PYTHONPATH
python /workspace/main.py\
loader.batch_size=300 \
loader.eval_batch_size=128 \
model=small \
data=spotify \
wandb.name=ddbc-spotify30 \
parameterization=subs \
model.length=152 \
eval.compute_generative_perplexity=False \
sampling.steps=25
|