3 lines
204 B
Batchfile
3 lines
204 B
Batchfile
@echo off
|
|
call conda activate gpt-gpu
|
|
python -m NN.main --mode train --symbol BTC/USDT --timeframes 1h 4h --window-size 20 --output-size 3 --batch-size 32 --epochs 100 --model-type cnn --framework pytorch |