print in the loading process

This commit is contained in:
rtz19970824 2017-12-22 13:47:27 +08:00
parent 9824cf8bef
commit e8a10f189e

View File

@ -249,6 +249,7 @@ class ResNet(object):
file.seek(0)
data = cPickle.load(file)
read = True
print("{} Loaded".format(file_name))
except Exception as e:
print(e)
time.sleep(1)