-
Notifications
You must be signed in to change notification settings - Fork 173
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
Hi, I already run setup_all.sh file. It’s giving same error. #85
Comments
I am also meet the same errror.Have you solved it? I am running Win10. |
I could not get the .so building as well (@mengzhi7, could you even get g++ to build from the .cc operation file?) On windows, it seems like a complicated task, ensuring that all tensorflow includes and library files are there (for gpu ops also all cuda files needed for building). Essentially creating coref_kernels.so is a extension (python wrapper file) that has new tensorflow functionality and needs to be build from source , which is nearly as complicated as building tensorflow from source. See https://www.tensorflow.org/guide/create_op?hl=en
As far as I can tell, one would have to build tensorflow completely from source, with the custom operation appended. See all the failed attempts at this user with loading/building an ops: https://stackoverflow.com/questions/50967670/g-fails-to-build-custom-tensorflow-gpu-op-on-windows-from-installed-binaries Couldn't we just have the so files ready compiled (depends on tensorflow and (cuda) version i guess, so several variants would be needed)? Its really a frustration if one is not a programmer and just wants to try the model ... ending up compiling tensorflow which is really not an easy task ... I think one needs bezel instead of g++ maybe even cmake, but guides on building custom kernels are not easy to follow for me. |
@chrisoutwright Hi, have you solved this problem? Can it run on windows? Hope to get your reply, thank you very much! |
Hi, I already run setup_all.sh file. It’s giving same error.
tensorflow.python.framework.errors_impl.NotFoundError: .\coref_kernels.so not found
Originally posted by @saxenakrati09 in #40 (comment)
The text was updated successfully, but these errors were encountered: