Skip to content

Commit

Permalink
Current best settings for train.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
glinscott committed Feb 5, 2021
1 parent 85a79e3 commit 660888b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion scripts/train.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#!/bin/bash

python train.py d8_128000_21865.binpack d8_128000_21865.binpack --lambda 1.0 --val_check_interval 2000 --threads 2 --batch-size 16384 --progress_bar_refresh_rate 20 --enable-factorizer
python train.py \
../data/large_gensfen_multipvdiff_100_d9.binpack \
../data/large_gensfen_multipvdiff_100_d9.binpack \
--gpus 1 \
--threads 2 \
--batch-size 8096 \
--progress_bar_refresh_rate 20 \
--smart-fen-skipping \
--random-fen-skipping 10 \
--features=HalfKP^ \
--lambda=1.0 \
--max_epochs=300

0 comments on commit 660888b

Please sign in to comment.