Skip to content

Commit

Permalink
Fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren authored and Borda committed Sep 10, 2021
1 parent a1189fe commit a1cf01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_detection.py
Expand Up @@ -49,7 +49,7 @@ def test_fasterrcnn_pyt_module_bbone_train(tmpdir):
train_dl = DataLoader(DummyDetectionDataset(), collate_fn=_collate_fn)
valid_dl = DataLoader(DummyDetectionDataset(), collate_fn=_collate_fn)

trainer = pl.Trainer(fast_dev_run=True, default_root_dir=tmpdir)
trainer = Trainer(fast_dev_run=True, default_root_dir=tmpdir)
trainer.fit(model, train_dl, valid_dl)


Expand Down

0 comments on commit a1cf01f

Please sign in to comment.