-
Notifications
You must be signed in to change notification settings - Fork 557
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
Can run interactive demo but can't train: Segmentation fault (core dumped) #64
Comments
Im also having trouble when training on MNIST. If you are able to then please tell me how to overcome the issues |
Unfortunately I gave up (at least for now). |
@jbmaxwell, can you please describe what steps you did? Did you generate tf records for your dataset? Did you adjust the yaml config accordinly? |
I think it's caused by dareblopy and you can't debug it, unfortunately. As the author said above, usually it's a problem of data preparation. Any time you adjust the config file, no matter related to the dataset or not, e.g. changing the batch size, try generating the tfrecords file again. hope it helps:) |
@uhiu ,
Well, it should not depend on the batch size, that's for sure. I improved dareblopy considerably in v0.0.5. Even in case of a crash, it should print some minimal crash log with call stack to help to investigate the problem. @jbmaxwell , |
I've been trying to train on MNIST (I have custom data that's MNIST-like) but keep hitting
Segmentation fault (core dumped)
.tensorflow-gpu = 1.15
pytorch = 1.4.0
I have doreblopy installed.
Out of curiosity I ran the interactive demo, which works fine.
The text was updated successfully, but these errors were encountered: