IntegratedGradients
IntegratedGradients copied to clipboard
TypeError: __init__() should return None, not 'int'
Hi i have an LSTM model for ECG classification. when i used integrated_gradient(model), this error came up. how should i resolve this issue?