akt
Results
2
comments of
akt
Same issue. Is there a way around? `AttributeError Traceback (most recent call last) in () ----> 1 explainer=shap.DeepExplainer(model,trainX) 2 frames /usr/local/lib/python3.6/dist-packages/shap/explainers/tf_utils.py in _get_graph(explainer) 44 return explainer.session.graph 45 else: ---> 46...
Somebody in another issue suggested to use tensorflow 1.15 that removes this particular issue,