0-5788719150923125 / vtx

an experiment
Other
7 stars 1 forks source link

Setup true checkpointing #8

Closed Vectorrent closed 10 months ago

Vectorrent commented 10 months ago

https://lightning.ai/docs/pytorch/stable/common/checkpointing_basic.html

Vectorrent commented 10 months ago

Simple checkpoint saving/loading has been implemented via two training arguments:

src:
  training:
    checkpoint: True
    resume: True