custom_ops
custom_ops copied to clipboard
Can DeformableConv2D be compiled and used under Tensorflow1.13 and 1.14?
Hi, thanks for your work! I want to use DeformableConv2D in my network, so I wonder whether the codes can be compiled and used under Tensorflow1.13 and 1.14? And are the codes useful during back propagation? Or they are just for inferencing?
Back propagation is supported. I have compile it in tensorflow1.14 in my own work before, but need to do some modification in code because tensorflow change some function declaration prototype in streamExecutor API, but i think it's easy to fix it if you familiar with c++.
Hi @smallsunsun1 , thank you for your work. I wanna ask will you release the branch for tf-1.14? Or can you list the lines which should be modified when compling for different tf version. Big thanks.
@smallsunsun1 Could you upload the code based on tensorflow1.14? Very thankful.