maxpumperla / betago

BetaGo: AlphaGo for the masses, live on GitHub.
http://maxpumperla.github.io/betago
MIT License
680 stars 162 forks source link

Improve train_generator script. #15

Closed macfergus closed 8 years ago

macfergus commented 8 years ago
  1. Checkpoint weights after each epoch. Good for long-running jobs that converge early.
  2. Change path to the model_zoo so it does not depend on the cwd.
  3. Make the sample size and nb_epochs command-line args.
maxpumperla commented 8 years ago

Thanks, that should prove very useful!