added multiple outputs to LightningTestModel
This commit is contained in:
parent
3521e87286
commit
0aa91c7fdc
|
@ -190,7 +190,9 @@ def test_amp_gpu_ddp():
|
||||||
|
|
||||||
os.environ['MASTER_PORT'] = str(np.random.randint(12000, 19000, 1)[0])
|
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(
|
trainer_options = dict(
|
||||||
progress_bar=True,
|
progress_bar=True,
|
||||||
max_nb_epochs=1,
|
max_nb_epochs=1,
|
||||||
|
|
Loading…
Reference in New Issue