You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some applications, such as OCR, image segmentation, detection, speech, need to support variable-length input feature. Now, the API only supports fixed-length 2D or 3D feature and expands them to a vector as input.
For the 2-D convolution operation, each sample in one mini-batch must have the similarly size in PaddlePaddle now. But, it supports variable-dimension feature across mini-batch. We'd like to support this feature.
Expose these interfaces for Arguments in swig firstly.
Then support this feature in Python API.
The text was updated successfully, but these errors were encountered:
Some applications, such as OCR, image segmentation, detection, speech, need to support variable-length input feature. Now, the API only supports fixed-length 2D or 3D feature and expands them to a vector as input.
For the 2-D convolution operation, each sample in one mini-batch must have the similarly size in PaddlePaddle now. But, it supports variable-dimension feature across mini-batch. We'd like to support this feature.
The text was updated successfully, but these errors were encountered: