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

StopIteration #34

Open
biyoner opened this issue Jun 21, 2018 · 2 comments
Open

StopIteration #34

biyoner opened this issue Jun 21, 2018 · 2 comments

Comments

@biyoner
Copy link

biyoner commented Jun 21, 2018

Hi ,thanks for your code!
I have a problem. Can you help me ?

Loading weights...
Epoch 1/100
Traceback (most recent call last):
File "/home/ilab/biyoner/sementic_seg/keras-fcn/voc2011/train.py", line 88, in
callbacks=[early_stopper, csv_logger, checkpointer, nan_terminator])
File "/home/ilab/biyoner/keras/local/lib/python2.7/site-packages/keras/legacy/interfaces.py", line 87, in wrapper
return func(*args, **kwargs)
File "/home/ilab/biyoner/keras/local/lib/python2.7/site-packages/keras/engine/training.py", line 2115, in fit_generator
generator_output = next(output_generator)
File "/home/ilab/biyoner/keras/local/lib/python2.7/site-packages/keras/utils/data_utils.py", line 557, in get
six.raise_from(StopIteration(e), e)
File "/home/ilab/biyoner/keras/local/lib/python2.7/site-packages/six.py", line 737, in raise_from
raise value
StopIteration

Process finished with exit code 1

Thanks.

@kangmengmeng
Copy link

@biyoner I have the same problem,could you tell me how do you solved it?

@kangmengmeng
Copy link

可能是keras的版本问题,我把keras从2.2.4降到2.0.8之后没有报错了。

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