-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |