rdadolf / fathom

Reference workloads for modern deep learning methods.
Apache License 2.0
73 stars 21 forks source link

Model checkpointing #6

Open rdadolf opened 8 years ago

rdadolf commented 8 years ago

For convergence runs, Fathom should have optional checkpointing support.

This should add zero cost during performance measurement, so the enable/disable point should be during model construction, not just at runtime.