6a4d38f5d73c87f5f62bbe0114771337e5252d43,embedding_minimal_example.py,,,#,6
Before Change
model.predict(np.random.randint(1,219, (1,100))) // [[0.04913538 0.04234646]]
analyzer = innvestigate.create_analyzer("lrp.epsilon", model, neuron_selection_mode="max_activation", **{"epsilon": 1})
analyzer.analyze(np.random.randint(1, 219, (1,100)))
After Change
model.predict(np.random.randint(1, 219, (1,100))) // [[0.04913538 0.04234646]]
analyzer = innvestigate.create_analyzer("lrp.epsilon", model, neuron_selection_mode="max_activation", **{"epsilon": 1})
a = analyzer.analyze(np.random.randint(1, 219, (1,100)))
print(a[0], a[0].shape)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: albermax/innvestigate
Commit Name: 6a4d38f5d73c87f5f62bbe0114771337e5252d43
Time: 2018-10-25
Author: sebastian.lapuschkin@hhi.fraunhofer.de
File Name: embedding_minimal_example.py
Class Name:
Method Name:
Project Name: MTG/freesound
Commit Name: 9ffb60f7a003f682ebc177692bfe504663df8074
Time: 2019-04-10
Author: frederic.font@upf.edu
File Name: utils/tests.py
Class Name: AudioAnalysisTestCase
Method Name: test_sound_path_does_not_exist
Project Name: MTG/freesound
Commit Name: 9ffb60f7a003f682ebc177692bfe504663df8074
Time: 2019-04-10
Author: frederic.font@upf.edu
File Name: utils/tests.py
Class Name: AudioAnalysisTestCase
Method Name: test_conversion_to_pcm_failed