unifiedparsing
unifiedparsing copied to clipboard
pytorch 1.0 compatibility
trafficstars
Hi,
thank you for sharing this code!
Running ./travis.sh gives the following error :
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead
Pytorch 1.0 needs cpp_extensions instead of ffi. Will you make the code compatible with Pytorch 1.0?
thanks