starrytong / SCNet

MIT License
60 stars 7 forks source link

Please add a config option to save every X steps #17

Closed dillfrescott closed 2 weeks ago

dillfrescott commented 3 weeks ago

Please this would be so useful as my epochs are huge!

starrytong commented 2 weeks ago

I have updated solver.py. Now you can set save_every in the config to control the saving interval. For example, save_every: 1000 will save every 1000 steps

dillfrescott commented 2 weeks ago

Thank you so much!!!