You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your readme, supported pytorch version is 0.4.However, after pip install neural_renderer_pytorch,error has occured:
ImportError: /home/dsg/anaconda3/lib/python3.6/site-packages/neural_renderer/cuda/load_textures.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at19UndefinedTensorImpl10_singletonE
But if pytorch version is 1.0,this error would not occur.
Could you give us neural_renderer version supporting pytorch 0.4 to match our other modules?
Thank you very much!
The text was updated successfully, but these errors were encountered:
@gitwld Hello I am working on this in pytorch version recently and I've configured libtorch , python3.6 and pytorch 0.4.0.
However when I run python setup.py install, it says AT_CHECK is no defined or expected initializer before ‘.’
Did you run into this problem or , could you plz offer me the .so file you've built? Hope to hear from you. THx:)
hello,
I have not encountered this problem. I installed it directly according to
the readme.
ouihon <notifications@github.com> 于2020年11月20日周五 上午12:23写道:
In your readme, supported pytorch version is 0.4.However, after pip install neural_renderer_pytorch,error has occured:
ImportError: /home/dsg/anaconda3/lib/python3.6/site-packages/neural_renderer/cuda/load_textures.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at19UndefinedTensorImpl10_singletonE
But if pytorch version is 1.0,this error would not occur.
Could you give us neural_renderer version supporting pytorch 0.4 to match our other modules?
Thank you very much!
The text was updated successfully, but these errors were encountered: