UniMTS / run_finetune.sh
studyfar's picture
initial
41f97d1
raw
history blame
318 Bytes
for k in 1 2 3 5 10
do
python finetune.py \
--mode full \
--k $k \
--batch_size 64 \
--num_epochs 200 \
--checkpoint './checkpoint/UniMTS.pth' \
--data_path 'UniMTS_data'
done
python finetune.py \
--mode full \
--batch_size 64 \
--num_epochs 200 \
--checkpoint './checkpoint/UniMTS.pth' \
--data_path 'UniMTS_data'