Open anirudhacharya opened 5 years ago
Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended labels: Bug
@mxnet-label-bot add [Backend, Operator, Bug]
@anirudh2290 can we close this as Training crash SSD with LeakyReLU(rrelu) #12894 is tracking the same issue.
@Vikas89 I would prefer to keep this open, as it has a minimum reproducible example. And from the issue description of #12894 it would seem #12894 is a bigger issue as it says "Replacing LeakyReLU with activations at other positions also causes the training to crash".
This issue tracks a specific bug in a specific operator, with a example that will need to be included as a test case once the fix is made.
@anirudhacharya , which MXNet version are you using? In case you are using master, can you specify the build flags?
fyi, PR #14582 is trying to solve this issue.
I used the latest master, cannot recollect the compile flags i had used back then. But this error is reproducible even with the latest PyPi package.
Hello, I installed latest 2019-08-23 build using sudo -H pip3 install mxnet-cu100==1.6.0b20190823
- issue still present there.
Using
rrelu
activation type of theLeakyRelu
operator I either get a seg fault or it errors out with the following stack trace -other activation types work fine.