nmp_qc
nmp_qc copied to clipboard
Neural Message Passing for Computer Vision
Hello, thank you for your implemenation! I've just tried to run default experiment with `python main.py --no-cuda --epochs 1` and run into the following problem ``` /opt/conda/lib/python3.6/importlib/_bootstrap.py:205: RuntimeWarning: compiletime version...
and python3.7
I have made some changes and try to fix #3 #4 . The improvement includes: 1. fix requirements 2. make compatible with pytorch 0.3.0 Finally, I got a descending loss...