Closed jinserk closed 6 years ago
Tried changing the self.grad to Variable type and this seems to work. But, I get a segmentation fault when the program exits.
Program received signal SIGSEGV, Segmentation fault.
0x00007fff865e2033 in THCCachingAllocator::~THCCachingAllocator() ()
Thanks @joemathai, it works as you told. Will check if the seg fault occurs at the exit.
Could you try #14 and see if this works for you?
Hi,
I've got some unknown error msg with latest pytorch update (
0.4.0a0+8910dd5
):from the deepspeech.pytorch project. It looks like the warp_ctc generates this, so I reported here.