print in the loading process
This commit is contained in:
parent
9824cf8bef
commit
e8a10f189e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user