Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stuck during training #30

Closed
fluctlux opened this issue May 5, 2018 · 2 comments
Closed

stuck during training #30

fluctlux opened this issue May 5, 2018 · 2 comments

Comments

@fluctlux
Copy link

fluctlux commented May 5, 2018

Thanks for you codes.It really helpful.
I use cleaned CASIA-WebFace, and have 455594 photos.After one epoch train,it stuck at
04:26:07 Te=0 Loss=8.7917 | AccT=2.0000% (12200/454469) 8.2977 16.70 888

when i use interrupt ,the program stop at ''
File "train.py", line 142, in
train(epoch,args)
File "train.py", line 103, in train
img,label = ds.get()
File "/sphereface/dataset.py", line 113, in get
index,imageshape,labelshape,pathlist = self.result.get()''

By the way,it always remain
''raise BadZipFile("Bad magic number for file header")zipfile.BadZipFile: Bad magic number for file header'' and
''zipfile.BadZipFile: File name in directory 'CASIA-WebFace/1813440/030.jpg' and header b'CASIA-WebFace/0110168/158.jpg' differ.''
is there something wrong? How to solve this issue?Thank you.

@zhao181
Copy link

zhao181 commented May 25, 2018

How did you solve this problem? My training procedure also raise BadZipFile

@fluctlux
Copy link
Author

fluctlux commented Jun 2, 2018

My problem solved since I change Python3.5 to Python2.7

@fluctlux fluctlux closed this as completed Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants