Skip to content

How to avoiding having too large checkpoints in CLU? #1221

Answered by marcvanzee
marcvanzee asked this question in Q&A
Discussion options

You must be logged in to vote

Answer by @Marvin182:

the ckpt-*.data files contain the state of your input pipeline. This is important if you care about deterministic training. If not you can stop checkpointing the input iterator or switch to flax.training.checkpoints (which will not checkpoint the input pipeline).

Replies: 1 comment

Comment options

marcvanzee
Apr 8, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by marcvanzee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant