Describe the bug
- trainer() class contains keyword arguments that no longer exist in Pytorch Lightning Trainer class (such as gpus).
- Even when these errors are corrected, attempting to train the model causes the following error: (TPU) Exception in device=TPU:6: element 0 of tensors does not require grad and does not have a grad_fn (GPU) Runtime Error: element 0 of tensors does not require grad and does not have a grad_fn
To Reproduce
Steps to reproduce the behavior:
Try to train the model.
Expected behavior
To train the model :)
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Try to train the model.
Expected behavior
To train the model :)