├── Neurips_2021_poster.001.png ├── README.md ├── Scripts ├── Helper.py ├── cnn.py ├── interpretable.py ├── maskedAcc_MNIST.py ├── regular.py ├── train_MNIST.py └── utils.py └── results.png /Neurips_2021_poster.001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/Neurips_2021_poster.001.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/Helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/Scripts/Helper.py -------------------------------------------------------------------------------- /Scripts/cnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/Scripts/cnn.py -------------------------------------------------------------------------------- /Scripts/interpretable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/Scripts/interpretable.py -------------------------------------------------------------------------------- /Scripts/maskedAcc_MNIST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/Scripts/maskedAcc_MNIST.py -------------------------------------------------------------------------------- /Scripts/regular.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/Scripts/regular.py -------------------------------------------------------------------------------- /Scripts/train_MNIST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/Scripts/train_MNIST.py -------------------------------------------------------------------------------- /Scripts/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/Scripts/utils.py -------------------------------------------------------------------------------- /results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaabdelsalam91/saliency_guided_training/HEAD/results.png --------------------------------------------------------------------------------