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

Caffe model training keeps aborting #176

Open
rajat-bhagat opened this issue Mar 6, 2020 · 2 comments
Open

Caffe model training keeps aborting #176

rajat-bhagat opened this issue Mar 6, 2020 · 2 comments

Comments

@rajat-bhagat
Copy link

rajat-bhagat commented Mar 6, 2020

I have followed all the steps to create my own LMDB dataset, also I have created the model using the gen_model.sh script but then when i run the train.sh file it starts and then gives an abort error directly.
Screenshot from 2020-03-06 12-28-18

@Suraj520
Copy link

Yes @rajat-bhagat , I too encountered the same error !
@chuanqi305 Could you please check for a resolution ?

@weishinyi
Copy link

You can modify the "math_functions.cpp" and "sampler.cpp" of caffe ssd source code file to solver the problem.

Step1:
find the file [caffe_ssd_root]/src/caffe/util/math_functions.cpp
mark the line 250 as shown below:
image

Step2:
find the file [caffe_ssd_root]/src/caffe/util/sample.cpp
add the codes after line 107 as shown below:
image

Step3:
rebuild the caffe ssd library.

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