InfluenceFunctional / MXtalTools

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Make batch size ramping more aggressive #55

Closed InfluenceFunctional closed 1 year ago

InfluenceFunctional commented 1 year ago

Currently long epochs may mean we take many hours of training before ramping to maximum batch size.

Reimplement the batch sizer to increment after a certain number of steps rather than whole epochs.

InfluenceFunctional commented 1 year ago

same essential function as #68