Closed counkomol closed 5 years ago
All looks good. I would personally go back and remove all the
os.path
stuff in favour ofpathlib.Path
. Having the mixed libraries is meh to me.
Yes I agree, but to limit the scope of the PR, I chose to add new code using pathlib
but keep the older code the same.
The new version ran fine for me. Looks good enough to merge.
This PR updates the package to a latest version of PyTorch (1.0). Also, the test setup for the command-line tests were updated/improved.