Skip to content

Commit bac9622

Browse files
committed
renamed imagenet_labels.py
1 parent bdc64b5 commit bac9622

File tree

2 files changed

+1015
-1
lines changed

2 files changed

+1015
-1
lines changed

fgsm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import numpy as np
1515
import cv2
1616
import argparse
17-
from imagenet_labels import classes
17+
from imagenet_classes import classes
1818

1919
parser = argparse.ArgumentParser()
2020
parser.add_argument('--img', type=str, default='images/goldfish.jpg', help='path to image')

0 commit comments

Comments
 (0)