added multiple outputs to LightningTestModel

This commit is contained in:
William Falcon
2019-07-24 17:19:31 -04:00
parent 3521e87286
commit 0aa91c7fdc
+3 -1
View File
@@ -190,7 +190,9 @@ def test_amp_gpu_ddp():
os.environ['MASTER_PORT'] = str(np.random.randint(12000, 19000, 1)[0])
model, hparams = get_model()
hparams = get_hparams()
model = LightningTestModel(hparams)
trainer_options = dict(
progress_bar=True,
max_nb_epochs=1,