Update scripts

This commit is contained in:
D-X-Y
2021-03-30 12:41:26 +00:00
parent 756218974f
commit 28a6c57f6e
2 changed files with 27 additions and 6 deletions

View File

@@ -22,8 +22,11 @@ depths="1 2 3 4 5 6"
for channel in ${channels}
do
for depth in ${depths}
do
python exps/trading/baselines.py --alg TSF-${depth}x${channel}-drop${drop} --gpu ${gpu} --market ${market}
done
python exps/trading/baselines.py --alg TSF-1x${channel}-drop${drop} \
TSF-2x${channel}-drop${drop} \
TSF-3x${channel}-drop${drop} \
TSF-4x${channel}-drop${drop} \
TSF-5x${channel}-drop${drop} \
TSF-6x${channel}-drop${drop} \
--gpu ${gpu} --market ${market} --shared_dataset True
done