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

raise ValueError 'need at least one array to stack #32

Closed
quliulangle opened this issue Nov 1, 2018 · 3 comments
Closed

raise ValueError 'need at least one array to stack #32

quliulangle opened this issue Nov 1, 2018 · 3 comments

Comments

@quliulangle
Copy link

means I read empty data ?

@glenn-jocher
Copy link
Member

No values read, yes. You probably get this error because the path to your training data is incorrect, so it finds no images to load.

@bibhabasumohapatra
Copy link

it may also mean that you don't have numerical fields rather categorical values. that is to say that you might have not read empty data but got the Error.

@glenn-jocher
Copy link
Member

@bibhabasumohapatra the error "ValueError: need at least one array to stack" typically indicates an issue with loading the training data as arrays. It's unrelated to having categorical values. Please ensure that the path to your data is correct and that the images are being loaded properly. If you have more specific details about your setup, feel free to share them for further assistance.

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

3 participants