fabric and scheduler #18359
Answered
by
awaelchli
pfeatherstone
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
fabric and scheduler
#18359
-
How do I use fabric with a scheduler. The fabric API doesn't seem to have a |
Beta Was this translation helpful? Give feedback.
Answered by
awaelchli
Aug 28, 2023
Replies: 1 comment
-
@pfeatherstone There is no special need to setup the scheduler. You can just use it side by side with your optimizer and step it normally. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pfeatherstone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@pfeatherstone There is no special need to setup the scheduler. You can just use it side by side with your optimizer and step it normally.