-
Notifications
You must be signed in to change notification settings - Fork 34
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
Topic classification model in keras with MXNet backend errors out - Too many slices such that some splits are empty #53
Comments
Stack trace for reference: Loading data... |
increase batch_size |
Running Reuters Topic Classification Model under keras/example for MXNet backend with 8 GPU errors out with following error:
Error: Too many slices such that some splits are empty
Code - https://github.com/fchollet/keras/blob/master/examples/reuters_mlp.py
Setting:
However, same example works with Tensorflow backend.
Also, with MXNet backend for 1, 2, 4 GPUs it works fine.
The text was updated successfully, but these errors were encountered: