train works

This commit is contained in:
Dobromir Popov
2025-03-31 03:20:12 +03:00
parent 8981ad0691
commit 1610d5bd49
10 changed files with 2554 additions and 406 deletions

View File

@@ -46,3 +46,6 @@ python NN/realtime_main.py --mode train --model-type cnn --epochs 1 --symbol BTC
python NN/realtime-main.py --mode train --model-type cnn --framework pytorch --symbol BTC/USDT --timeframes 1m 5m 1h 4h --epochs 10 --batch-size 32 --window-size 20 --output-size 3
----------
$ python -c "import sys; sys.path.append('f:/projects/gogo2'); from NN.realtime_main import main; main()" --mode train --model-type cnn --epochs 10
python test_model.py