https://github.com/kfiraberman/neural_best_buddies
Revision 20ab12531bbe06ba3e49b6f679e2a744dc229d13 authored by Seung-Tak Noh on 08 April 2020, 10:46:37 UTC, committed by Seung-Tak Noh on 08 April 2020, 12:30:03 UTC
- vgg19_model.py: independent to PyTorch version (.data[0] for PyTorch<=0.4.1 and .data.item() for PyTorch>0.4.1)
- MLS.py: more checking for pixel coordinate (0 <= x and 0 <= y)
1 parent 23151cc
History
Tip revision: 20ab12531bbe06ba3e49b6f679e2a744dc229d13 authored by Seung-Tak Noh on 08 April 2020, 10:46:37 UTC
# fix two minor issues
Tip revision: 20ab125
File Mode Size
algorithms
docs
images
models
options
util
README.md -rwxr-xr-x 4.2 KB
main.py -rw-r--r-- 646 bytes
script.sh -rw-r--r-- 133 bytes

README.md

back to top