Open xysmlx opened 3 years ago
🚀 Feature
Clear semantics of the Convolution op
Motivation
The v1 definition and the cuda kernel emitter of the Convolution op support ConvND, but the translate_v2's condition check only supports Conv2D. It also blocks previous capacity for ConvND.
Thanks for the report @xysmlx! I will look into it ASAP! (I'm a bot).
🚀 Feature
Clear semantics of the Convolution op
Motivation
The v1 definition and the cuda kernel emitter of the Convolution op support ConvND, but the translate_v2's condition check only supports Conv2D. It also blocks previous capacity for ConvND.