mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
modified single gpu init
This commit is contained in:
@@ -320,7 +320,7 @@ class Trainer(TrainerIO):
|
||||
|
||||
def single_gpu_train(self, model):
|
||||
torch.cuda.set_device(0)
|
||||
model = model.cuda(0)
|
||||
model.cuda(0)
|
||||
|
||||
# CHOOSE OPTIMIZER
|
||||
# filter out the weights that were done on gpu so we can load on good old cpus
|
||||
|
||||
Reference in New Issue
Block a user