-
Attached is the full logs,
```
C:\Users\user\PycharmProjects\yolor_my\yolor_env\Scripts\python.exe C:/Users/user/PycharmProjects/yolor_my/yolor/my_test.py
To copy construct from a tensor, it is r…
-
I know this isn't the right way to talk about this problem but I didn't know how to contact the maintainers.
I don't know why this happens. I tried it out for different images, but to no avail. I als…
-
Hey Alber,
1. I was reading the Integrated Gradients (IG) paper and my understanding is that they backpropagate through a model **with** softmax layer. I also looked at their code to verify this an…
-
from IntegratedGradients.integrated_gradients import IntegratedGradients
I can't exactly find the package named IntegratedGradients
-
The mockup DM is based on has some UI aspects (stuff like gradients, icons, colors and stuff like that) that I would love to see integrated into the default style for the program, if possible.
Pic R…
-
The model can only get gradient for embedding layer. If the input of the model is word id and use Embedding Layer, the Integrated-Gradients return an error.
```
ValueError …
-
I suppose SAC algorithm has one actor network and two critic network, now I want to rank the DRL states importance by calculate integrated gradients of each states to sork the states. so I wound if t…
-
### WebKittens
_No response_
### Title of the proposal
COLRv1
### URL to the spec
https://learn.microsoft.com/en-us/typography/opentype/spec/colr
### URL to the spec's repository
…
-
# Summary
#### Link
[Contrastive Explanations for Reinforcement Learning via Embedded Self Predictions](https://openreview.net/forum?id=Ud3DSz72nYR)
#### Author/Institution
Zhengxian Lin, Ki…
-
Because of https://github.com/SeldonIO/alibi/pull/398 it is not clear how to handle serialization of IG explainers specifying custom layers not accessible via `model.layers`.