We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705c719 commit 48a2234Copy full SHA for 48a2234
pytorch_lightning/trainer/seed.py
@@ -27,5 +27,3 @@ def seed_everything(seed: int = None):
27
random.seed(seed)
28
np.random.seed(seed)
29
torch.manual_seed(seed)
30
- if torch.cuda.is_available():
31
- torch.cuda.manual_seed(seed)
0 commit comments