Skip to content
Discussion options

You must be logged in to vote

Currently there's no easy way for users to manage the dataloaders themselves, but you can perform the optimization (and manipulate the gradients) by setting automatic_optimization=False

see: https://pytorch-lightning.readthedocs.io/en/latest/common/optimizers.html#manual-optimization

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@imirzadeh
Comment options

Answer selected by imirzadeh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment