mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
testing -1 gpu option
This commit is contained in:
@@ -195,7 +195,7 @@ def test_multi_gpu_model_dp():
|
||||
max_nb_epochs=1,
|
||||
train_percent_check=0.1,
|
||||
val_percent_check=0.1,
|
||||
gpus=[0, 1]
|
||||
gpus='-1'
|
||||
)
|
||||
|
||||
run_gpu_model_test(trainer_options, model, hparams)
|
||||
|
||||
Reference in New Issue
Block a user