SaliencyMapper icon indicating copy to clipboard operation
SaliencyMapper copied to clipboard

Pytorch implementation of Real Time Image Saliency for Black Box Classifiers https://arxiv.org/abs/1705.07857

Results 3 SaliencyMapper issues
Sort by recently updated
recently updated
newest added

I run the train_classifier but the accuracy remains 0 all the time although the loss is decreasing. What's the problem here?

![image](https://user-images.githubusercontent.com/30165188/64607888-0031e500-d3fc-11e9-8fde-4c723cca8a57.png)

@karanchahal I have two problems. 1.During training the model( train_saliency.py),loss becomes NAN after epoch=4. 2.I run the **visualize.py** but the mask not so good. What's the problem here? `imshow(torchvision.utils.make_grid(masks.cpu().data))` ![image](https://user-images.githubusercontent.com/46559128/62424028-8707e980-b6fb-11e9-8114-839afa20875e.png)...