Anushanga Wimalasena
Anushanga Wimalasena
I'm using tensorflow_decision_forests-1.0.1 in tensorflow==2.10.0. First I got the following warning when using the `model.evaluate(test_ds, return_dict=True).` > WARNING: AutoGraph could not transform and will run it as-is. Please report this...
``` AttributeError Traceback (most recent call last) in () ----> 1 ig = integrated_gradients(model) /content/IntegratedGradients/IntegratedGradients.py in __init__(self, model, outchannels, verbose) 33 #load model supports keras.Model and keras.Sequential 34 if isinstance(model,...