[BUG] AnalyzerNetworkBase
analyzers error when using BatchNormalization
layers
#292
Labels
AnalyzerNetworkBase
analyzers error when using BatchNormalization
layers
#292
On iNNvestigate
v2.0.1
, creating an analyzer inheriting fromAnalyzerNetworkBase
errors when the model contains aBatchNormalization
layer, e.g.:This might be due to batch normalisation layers keeping moving averages of the mean and standard deviation of the training data, causing problems with the Keras history when reversing the computational graph in iNNvestigate's
create_analyzer_model
.Minimal example reproducing the issue
Full stacktrace
The text was updated successfully, but these errors were encountered: