pysurvival icon indicating copy to clipboard operation
pysurvival copied to clipboard

Multiclass methods: Gradient always exploding

Open jattenberg opened this issue 4 years ago • 3 comments

I've had some success using other methods to predict survival for my business problem. However, I can never get either of the multi class methods to work. I'm met each time with The gradient exploded... You should reduce the learningrate (lr) of your optimizer. I've tried extremely small learning rates, but still the same result.

jattenberg avatar Dec 23 '20 01:12 jattenberg

I am facing the same issue. any solution to this problem?

ram-ch avatar May 29 '22 17:05 ram-ch

Try setting auto_scalar=False

srikrish010697 avatar May 31 '22 02:05 srikrish010697