mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
added sample input for summary
This commit is contained in:
@@ -137,7 +137,7 @@ def test_amp_gpu_dp():
|
||||
|
||||
trainer_options = dict(
|
||||
max_nb_epochs=1,
|
||||
gpus=[0, 1],
|
||||
gpus='0, 1', # test init with gpu string
|
||||
distributed_backend='dp',
|
||||
use_amp=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user