Fix CUDA memory issues
This commit is contained in:
		| @@ -1,9 +1,9 @@ | ||||
| #!/bin/bash | ||||
| # | ||||
| # bash scripts/trade/tsf.sh 0 csi300 3 0 | ||||
| # bash scripts/trade/tsf.sh 0 csi300 3 0.1 | ||||
| # bash scripts/trade/tsf.sh 1 csi100 3 | ||||
| # bash scripts/trade/tsf.sh 1 all    3 | ||||
| # bash scripts/trade/tsf.sh 0 csi300 3 0_0 | ||||
| # bash scripts/trade/tsf.sh 0 csi300 3 0.1_0 | ||||
| # bash scripts/trade/tsf.sh 1 csi100 3 0.2_0 | ||||
| # bash scripts/trade/tsf.sh 1 all    3 0.1_0 | ||||
| # | ||||
| set -e | ||||
| echo script name: $0 | ||||
| @@ -24,6 +24,6 @@ channels="6 12 24 32 48 64" | ||||
| for channel in ${channels} | ||||
| do | ||||
|  | ||||
|   python exps/trading/baselines.py --alg TSF-${depth}x${channel}-d${drop} --gpu ${gpu} --market ${market} | ||||
|   python exps/trading/baselines.py --alg TSF-${depth}x${channel}-drop${drop} --gpu ${gpu} --market ${market} | ||||
|  | ||||
| done | ||||
|   | ||||
		Reference in New Issue
	
	Block a user