-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
questionFurther information is requestedFurther information is requestedwaiting on authorWaiting on user action, correction, or updateWaiting on user action, correction, or update
Description
Some learning rate schedulers as OneCycleLR requires the number of steps per epoch.
Then, how to get the number of steps in configure_optimizers(self) scope?
Note: Training data is given during Trainer instantiation:
# training
dm.setup('fit')
trainer.fit(model, datamodule=dm)Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requestedwaiting on authorWaiting on user action, correction, or updateWaiting on user action, correction, or update