Pranav Rao
Results
2
comments of
Pranav Rao
I removed excess code, made a new Conda environment, installing just pytorch-lightning and tensorboard, and was able to replicate the same issue even with lightning version 2.2.3. I have edited...
Doesn't setting `strategy == "ddp_find_unused_parameters_true"` make an extra forward pass, using more computation and time? As far I understant the tutorial, there doesn't seem to be any parameters with `requires_grad=True`...