albermax / innvestigate

A toolbox to iNNvestigate neural networks' predictions!
Other
1.25k stars 233 forks source link

Random analyzer ignores standard deviation #132

Closed jmaces closed 5 years ago

jmaces commented 5 years ago

When creating a random analyzer

random = innvestigate.create_analyzer('random', some_model, {'stddev': some_stddev})

the standard deviation keyword is ignored and always set to one.

albermax commented 5 years ago

Thank you for the fix! Cheers, Max