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

How to use this on Windows #19

Open
taosean opened this issue Jun 4, 2018 · 0 comments
Open

How to use this on Windows #19

taosean opened this issue Jun 4, 2018 · 0 comments

Comments

@taosean
Copy link

taosean commented Jun 4, 2018

@Zardinality First I want to thank you for your work. Then I have a question. I want to use deformable convolution and deformable pooling on Windows 10. I saw you using these codes to load a .so file as module.
filename = osp.join(osp.dirname(__file__), 'deform_conv.so')
_deform_conv_module = tf.load_op_library(filename)
deform_conv_op = _deform_conv_module.deform_conv_op
deform_conv_grad_op = _deform_conv_module.deform_conv_backprop_op
I know that the .so file is compiled from C++ or cuda files. But I have no idea how to compile them on Windows so that it could be loaded just as the way it is on Linux.
Any suggestions will be appreciated.

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

1 participant