print in the loading process
This commit is contained in:
parent
9824cf8bef
commit
e8a10f189e
@ -249,6 +249,7 @@ class ResNet(object):
|
|||||||
file.seek(0)
|
file.seek(0)
|
||||||
data = cPickle.load(file)
|
data = cPickle.load(file)
|
||||||
read = True
|
read = True
|
||||||
|
print("{} Loaded".format(file_name))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user