We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf3392 commit b59c817Copy full SHA for b59c817
eval.py
@@ -191,7 +191,7 @@ def main(cfg, gpu):
191
cfg.DIR, 'decoder' + cfg.VAL.suffix)
192
193
assert os.path.exists(cfg.MODEL.weights_encoder) and \
194
- os.path.exists(cfg.MODEL.weights_encoder), "checkpoint does not exitst!"
+ os.path.exists(cfg.MODEL.weights_decoder), "checkpoint does not exitst!"
195
196
if not os.path.isdir(os.path.join(cfg.DIR, "result")):
197
os.makedirs(os.path.join(cfg.DIR, "result"))
0 commit comments