sicara/tf-explain

Example or any Support for Tensorflow_datasets

siriusmehta opened this issue · 1 comments

Hi,

I would highly appreciate any sample code for how can we use tf Explain GradCam feature for tensorflow dataset.

Best Regard
Vishal

Right now, there is no support yet for tensorflow datasets. The solution is to extract some elements from your tensorflow datasets, call .numpy() on them, and pass them to tf-explain