mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
refactored model tests
This commit is contained in:
@@ -458,9 +458,10 @@ class Trainer(TrainerIO):
|
||||
# filter out the weights that were done on gpu so we can load on good old cpus
|
||||
self.optimizers = model.configure_optimizers()
|
||||
|
||||
model.cuda(self.data_parallel_device_ids[0])
|
||||
|
||||
# run through amp wrapper
|
||||
if self.use_amp:
|
||||
model.cuda(self.data_parallel_device_ids[0])
|
||||
|
||||
# An example
|
||||
model, optimizers = amp.initialize(
|
||||
|
||||
Reference in New Issue
Block a user