You can find the folder address on your device and append it to system path.
import sys
sys.path.append(r"D:Python35modelsslimdatasets"); import dataset_utils
You'll need to do the same with 'nets' and 'preprocessing'
sys.path.append(r"D:Python35modelsslim
ets"); import vgg
sys.path.append(r"D:Python35modelsslimpreprocessing"); import vgg_preprocessing
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…