Trick Image Classification
python3 tr1ck_imgcls.py --epsilon '0.1' --attack 'ifgsm' --image 'shark.png' --out 'none'
--e/-e epsilon value
--attack/-a attacktype['fgsm', 'ifgsm', 'mifgsm']
--image/-i imagepath
--out/-o output[allpngs,justmixed,none]
Noise for ifgsm_attack and mifgsm_attack not yet implemented on visual.