Closed weigq closed 5 years ago
Will take a look and tell you. A recent merge must have broken this. Should be easy to fix.
The latest version on github is able to pass all test cases for me. Maybe you should pull and try again.
@nkolot can you tell your compile environment? I am using Pytorch1.0, cuda9.0 on ubuntu16.
i fixed my problem, i compile with the torch in PYPI failed, then i use the torch from pytorch official website and success.
i run the
example.py
on pytorch1.0, and get the following error:it seems that only the forward step can success.