We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15c5f9 commit 6330077Copy full SHA for 6330077
test.py
@@ -33,7 +33,7 @@ def main(cfg: DictConfig) -> None:
33
# NOTE: hydra causes the python file to run in hydra.run.dir by default
34
logger.info(f"Run script in {HydraConfig.get().run.dir}")
35
36
- assert cfg.test.checkpoint_model is not "", "Specify path to checkpoint model"
+ assert cfg.test.checkpoint_model != "", "Specify path to checkpoint model"
37
38
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
39
0 commit comments