Skip to content

Commit

Permalink
try a test
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Dec 3, 2020
1 parent 4d2d8fb commit 22e3c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/trainer/logging/test_logger_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def training_step_end(self, *_):

trainer = Trainer(
accelerator=accelerator,
gpus=(2 if accelerator == "dp" else None),
default_root_dir=tmpdir,
limit_train_batches=2,
limit_val_batches=4,
Expand Down

0 comments on commit 22e3c10

Please sign in to comment.