-
Notifications
You must be signed in to change notification settings - Fork 53
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
A question when training #3
Comments
Another error when trainning: kittivoc_train Any thoughts? |
@xiaowenhe I was aware about your problem, please don't reopen two same issues. |
@Zardinality I have tried both solutions but they don't work so far with same error. g++ -std=c++11 -shared -D_GLIBCXX_USE_CXX11_ABI=1 -o roi_pooling.so roi_pooling_op.cc Am I right about the solution? |
@paulcx Make sure you use the recompiled version. Or try removing the related flag maybe. Which version of g++ do you use? |
@Zardinality What do you mean by using the recomplied version? |
@paulcx I mean manually remove original generated file such as .o and .so, then recompile it. Also, since you use g++5(which I didn't have chance to test), you should compile with |
@paulcx Hi, have you worked out where the problem is? I have updated readme to include a workaround given by others in another issue, which solves the same problem. |
@Zardinality Not yet. The solution does not work for g++5.4 at least. |
@Zardinality ,thanks for your answer. But the error still again. Even I change the -arch=sm_37 (K80) in make.sh and setup.py, and rerun the make.
The text was updated successfully, but these errors were encountered: