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

Kernel Restart when loading the data into the variables #17

Open
AlexanderZehetmaier opened this issue Jul 23, 2018 · 2 comments
Open

Comments

@AlexanderZehetmaier
Copy link

Hey I try to rebuild what you did and get an error in the notebook in the following line:
X_test, y_test = load_images('food-101/test', min_side=299)

the kernel restarts ... looks like jupyter notebooks can not handle this amount of data

@AlexanderZehetmaier
Copy link
Author

Its not a Jupyter Notebooks problem ... I also can't load it when running from the terminal ... any suggestions?

@dk33145
Copy link

dk33145 commented Nov 12, 2018

I don't think a fix is possible, unfortunately. The image aug is custom and reads from mem. if you get past the initial load you might try this: https://github.com/stratospark/keras-multiprocess-image-data-generator

but best bet on a single gpu is to use native keras image load

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