Tianmaru
Tianmaru
Hi, I am just another Captum user, but as far as I understand Integrated Gradients, it depends on multiple factors: for example, the attribution will shrink with the number of...
I can't get Guided GradCAM to work in Captum 0.6.0 either, although GradCAM itself works perfectly fine. I tried different input shapes (with and without batch dimension) and interpolation modes,...
Ok, I just updated everything I could to the latest version, but still no success in getting Captum Insights to work in Notebook ``` $ yarn -v 1.22.19 $ node...
Hm, any updates? I couldn't figure it out and just cut DeepInsight from my notebooks for now... :/
Still encountering this problem in `6.0-94`, which caught me a somewhat off guard. Also, I think it is inconsistent that `createFolds` returns the holdout indices, while `groupKFold` returns the modeling...
Although I believe the mouse back/forward buttons were working in Zotero 6, after updating to Zotero 7.0.3, they don't appear to be bound to the reader's "Back" action anymore.
If plot is called repeatedly, older function_plotter nodes should also be removed from the scene tree, if not already doing so.
For example, if I change the script example/bar_chart/Control.gd to ``` extends Control @onready var chart: Chart = $VBoxContainer/Chart # This Chart will plot 3 different functions var f1: Function func...
> the `_draw()` function is called _first_ on the Chart object, and _then_ on all the `FunctionPlotter`s nodes. In this way the Chart sets the domain for the grid, and...