SaliencyMapper
SaliencyMapper copied to clipboard
Pytorch implementation of Real Time Image Saliency for Black Box Classifiers https://arxiv.org/abs/1705.07857
I run the train_classifier but the accuracy remains 0 all the time although the loss is decreasing. What's the problem here?

@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))` ...