Skip to content

Commit 62d4304

Browse files
authored
remove obsolete todo in pl_examples (#6475)
1 parent c53edce commit 62d4304

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pl_examples/basic_examples/simple_image_classifier.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ def cli_main():
105105
# ------------
106106
# testing
107107
# ------------
108-
# todo: without passing model it fails for missing best weights
109-
# MisconfigurationException, 'ckpt_path is "best", but ModelCheckpoint is not configured to save the best model.'
110108
result = trainer.test(model, datamodule=dm)
111109
pprint(result)
112110

0 commit comments

Comments
 (0)