-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TSR generates error #39
Comments
Hi, did you parse the label explicitly into int ? The base library (captum) is unfortunately pretty strict with that. |
I added some preprocessing that should solve it: As soon as I have additional time I will also improve the error handeling (I know there is still a lot to do ;)). |
Again you were right ! Needed to be strictly casted as int. |
Nice. |
Hello,
Some errors are occurring during TSR execution. We tried different configurations (tried the different saliency methods available, FO, IG, SVS, ...).
Context:
The following cell worked.
But this one didn't :
Error :
Any idea what can be the problem here ?
Model, train_x, labels and so on are not the origin of the problem given the fact that they respect the same format as expected and worked in NativeGuide execution.
Thanks in advance !
The text was updated successfully, but these errors were encountered: