Open wkcn opened 4 years ago
I suggest several operators for reference:
CTC Loss, this OP is supported by mxnet, but before PyTorch 1.0, users must compile by themselves.
Deformable Convolution (and also DCNV2), Same as 1, users need compiling, and mxnet does not provide CPU implementation version.
Image wrapAffine based on Homography matrix. If this one is implemented, users can implement their image augmentations like image crop, translation, rotating and even scaling based on GPU.
Hi there, this issue is to summarize some custom operators to be supported. Please feel free to add it if you want any operator : )