cpuguy96 / StepCOVNet

Deep Learning to Create StepMania SM FIles
Apache License 2.0
15 stars 2 forks source link

Move all training hyperparameters into config file #2

Open cpuguy96 opened 2 years ago

cpuguy96 commented 2 years ago

In general, it'll be better for ease of use and visibility for hyperparameters to be moved into a config file that's read by train.py. After the move, the config options should still show up in the training meta file afterwards for tracking purposes.