-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
./train.sh results got aborted (core dumped) #180
Comments
i only trained 80 data. should i create more? |
i have a similar issue |
After spending way too much time on this problem and trying endless solutions, I finally found what causes this issue. This error is particularly treacherous as in the most cases, it decides simply not to give an error message. See the original thread here: weiliu89/caffe#669 (comment) Before compiling, you must edit the source code a little bit. Go to caffe/src/caffe/util/math_functions.cpp and in line 247, you find this function, which you should edit to look like this:
Note that I just added an if statement (that switches the variables a and b if a is larger than b) and removed the const flag in the parameter's line from Dtype a and Dtype b.
For me, this worked very well! |
Please help me. i'm stuck in this problem. when i tried to run ./train.sh, i got this error:
The text was updated successfully, but these errors were encountered: