Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Dec 24, 2022
1 parent db2555c commit 96a7ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/trainers/test_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def test_trainer(
trainer.test(model=model, datamodule=datamodule)
else:
# we run predict on the LoveDA test set instead
trainer.predict(model=model, dataloaders=datamodule.test_dataloader())
#trainer.predict(model=model, dataloaders=datamodule.test_dataloader())
pass

trainer.predict(model=model, dataloaders=datamodule.val_dataloader())

Expand Down

0 comments on commit 96a7ccf

Please sign in to comment.