tazitoo
tazitoo
I ran into the same issue - new environment, install DiCE, install requirements (which installs TF 2.5), run the example from the README.md. It fails to detect that the model...
Issue #550 seems to deal with long term strategic maintenance. This issue is a short term tactical fix. Or did I miss an implication that no releases will happen until...
Same issue, error while training DeepExplainer on tf.keras functional model: `AttributeError: 'KerasTensor' object has no attribute 'graph'` Adding these two lines to my script fixed it for me: `import tensorflow...
Created unit test that shows a mismatch between top k mask and the location of perturbation in [this fork](https://github.com/tazitoo/OpenXAI).
Thanks for the reply. If there was a bug in the mask function, then the results in the paper and leader board were erroneous? ...it would have resulted in PGI...