print in the loading process
This commit is contained in:
parent
5f296ce009
commit
8328153b86
@ -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