ClearSep / run.sh
Tianhao Wang
first commit
dbbd709
#!/bin/bash
exp_dir=experiments/ClearSep_audioset_32k
resume_ckpt="${exp_dir}/checkpoints/last.ckpt"
python train.py $exp_dir \
--resume_ckpt $resume_ckpt \
--use_cuda \
--gpu_ids 0 1 2 3