marcoancona / DeepExplain

A unified framework of perturbation and gradient-based attribution methods for Deep Neural Networks interpretability. DeepExplain also includes support for Shapley Values sampling. (ICLR 2018)
https://arxiv.org/abs/1711.06104
MIT License
720 stars 133 forks source link

is make_one_shot_iterator supported for xs and ys #64

Open cyang31 opened 3 years ago

cyang31 commented 3 years ago

Hi, can I use make_one_shot_iterator for xs and ys in the explain method?