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

IndexError: index 21761 is out of bounds for axis 0 with size 10809 during training #28

Open
abhi0987 opened this issue Jan 23, 2018 · 1 comment

Comments

@abhi0987
Copy link

I have process the image using cvs_to_numpy, then when i try to train the following error appears:

Run id: expression_detection
Log directory: /tmp/tflearn_logs/

Training samples: 32427
Validation samples: 9495

Exception in thread Thread-3:
Traceback (most recent call last):
File "E:\AnacondaInstaller\envs\ML_learn\lib\threading.py", line 914, in _bootstrap_inner
self.run()
File "E:\AnacondaInstaller\envs\ML_learn\lib\threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "E:\AnacondaInstaller\envs\ML_learn\lib\site-packages\tflearn\data_flow.py", line 187, in fill_feed_dict_queue
data = self.retrieve_data(batch_ids)
File "E:\AnacondaInstaller\envs\ML_learn\lib\site-packages\tflearn\data_flow.py", line 222, in retrieve_data
utils.slice_array(self.feed_dict[key], batch_ids)
File "E:\AnacondaInstaller\envs\ML_learn\lib\site-packages\tflearn\utils.py", line 187, in slice_array
return X[start]
IndexError: index 21761 is out of bounds for axis 0 with size 10809

Can someone guide me in this issue?

@choubaguaiyayiya
Copy link

I have the same problem. Have you solved it?

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