Open siriusmehta opened 2 years ago
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
.numpy()
Hi,
I would highly appreciate any sample code for how can we use tf Explain GradCam feature for tensorflow dataset.
Best Regard Vishal