giovac73

Results 9 comments of giovac73

At the moment there's no option to select an output within the IntegratedGradient class, but If you have a keras or tf.keras model with multiple outputs, you can do something...

Hi @nouna99 . Probably there's no need to share it in private. Would you mind share a minimal piece of code that reproduce the issue and that can be run...

At the moment it does support multiple inputs. The comment below suggests a workaround that might work for multiple outputs, but multiple outputs models are not natively supported at the...

Since multiple outputs models are not supported at the moment, there's no target parameter to pass in case of multiple outputs. If the workaround I suggested (which is a workaround...

Are you sure you should call `self(X_test)` and not something like `self.transformer(X_test)` ?

Hey, just pushed the new version with the changes requested.

Hi @nouna99 . Looks like you are trying to calculate the integrated gradients with respect to input_type_ids. I believe in BERT models this is an input mask similar to the...

Hi @nouna99 . The error says that your input is not a numpy array, and it looks like you are not passing the `forward_kwargs` to explain. However, it is very...

> Hello @AmirHoseinSafari. > > Full disclosure: I'm not working in the development of this library, so take what I say with a grain of salt. > > I've been...