custom_ops icon indicating copy to clipboard operation
custom_ops copied to clipboard

Can DeformableConv2D be compiled and used under Tensorflow1.13 and 1.14?

Open mosquitobite opened this issue 4 years ago • 3 comments

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?

mosquitobite avatar May 02 '20 02:05 mosquitobite

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++.

smallsunsun1 avatar May 02 '20 03:05 smallsunsun1

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.

Jemmagu avatar Jul 28 '20 12:07 Jemmagu

@smallsunsun1 Could you upload the code based on tensorflow1.14? Very thankful.

looput avatar Nov 06 '20 01:11 looput