Skip to content

Error when importing a Pad layer

Context

I'm trying to import a model which contains a Pad layer :
image
image

Issue

What appears to be the padding dimensions (Constant_16) are not detected as input of the padding node but as a separate node :
image

Therefore the padding is imported as a generic operator.
It seems to be linked with this existing issue.

Edited by Axel Farrugia