dianna
dianna copied to clipboard
Deep Insight And Neural Network Analysis
It seems the files are not to be found on the same (relative) paths on colab as they are when running from the repo. We should look for the files...
It seems there is something wrong still while handling special characters. See the input and error below. The text ran fine when I removed the special characters. review = "I...
The shap values are all 0 for the triangle.
Some methods use random generators. When re-running notebooks, the results might change. So, we should set the seed when it is possible.
When selecting LIME in the text explanations, it returns an error: ``` TypeError: Error due to following unused kwargs: {'rand_state': 2} Traceback: File "/home/sarah/miniconda3/envs/dianna/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script exec(code, module.__dict__)...
For text, both methods RISE and LIME return a tuple of `(token, index, importance)`, however, the output of RISE is sorted by the "index" whereas they are sorted by "importance"...
Currently DIANNA expects data in time-channel order for the timeseries explainers. However, e.g. the FRB data is in channel-time order. This can be handle by putting in some transposes, but...
See Leon's nice tutorial on RFB case #707 on how to download directly from Zenodo. See also the _text in italics_ below. ### `tutorials` ├── README.md ├── conversion_onnx │ ├──...
We now run 3.9 and 3.11, see https://github.com/dianna-ai/dianna/blob/b656425d7e9eef066103cec47366e627f64712c6/.github/workflows/build.yml#L43 Before that, we tested on 3.8, 3.9, 3.10. Is there are reason we no longer test on 3.10? Shouldn't we at least...
In response to Pranav's suggestion about maskers. I think putting them in utils is not ideal. I think the maskers should get a more prominent place in the package structure....