change script file name and data_dir location

test=develop
revert-16555-model_data_cryption_link_all_lib
lidanqing 6 years ago
parent 57f51e5b08
commit 894aa9b235

@ -30,7 +30,7 @@ DATA_DIM = 224
SIZE_FLOAT32 = 4
SIZE_INT64 = 8
DATA_DIR = '/data/ILSVRC2012'
DATA_DIR = './data/ILSVRC2012/data.bin'
img_mean = np.array([0.485, 0.456, 0.406]).reshape((3, 1, 1))
img_std = np.array([0.229, 0.224, 0.225]).reshape((3, 1, 1))
Loading…
Cancel
Save