albermax / innvestigate

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

Importace of the line #189

Open GeetDsa opened 4 years ago

GeetDsa commented 4 years ago

Is there any importance of the line:

presm = model_without_softmax.predict_on_batch(x)[0]

in https://github.com/albermax/innvestigate/blob/master/examples/notebooks/sentiment_analysis.ipynb

I do not see the variable presm used anywhere else?