Two mistakes in merging my branches to main caused the errors after merging PRs #44 and #45. One was a size issue in patchmatch.py Evaluation::forward and the other a comment out of DataParallel in eval.py which led to the state not being loaded correctly.
Two mistakes in merging my branches to main caused the errors after merging PRs #44 and #45. One was a size issue in patchmatch.py
Evaluation::forward
and the other a comment out ofDataParallel
in eval.py which led to the state not being loaded correctly.Fixes #47 #48