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:)
@gitwld <https://github.com/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:)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALGKFUXUN4I52TRZWUQDRELSQVBB3ANCNFSM4IMDWPHA>
.
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: