-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Seg Fault while using Randomized relu activation function #14447
Comments
Hey, this is the MXNet Label Bot. |
@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 |
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.
The text was updated successfully, but these errors were encountered: