Save and Check Every N Steps #9646
Unanswered
rentainhe
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
as per the error message, it's coming from the training part. also global_step is zero-indexed so this might not be correct if global_step % self.save_step_frequency == 0: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I've defined a callback like this:
Something went wrong:
I have no idea how to solve this problem
Beta Was this translation helpful? Give feedback.
All reactions