Resource import failed: ONNX padding mode SAME_UPPER / NOTSET
Hi,
I am trying to import a trained cntk VGG13 Convolutional NN model in ONNX format into LensStudio.
However the upload is not working due to this error message:
Resource import failed: ONNX model Conv layer converter does not support padding mode NOTSET.
Which is why I converted NOTSET to SAME_UPPER in ONNX. But then I receive this error:
Resource import failed: ONNX model pooling layer converter does not support padding mode SAME_UPPER
Which is why I would like to ask you, which padding modes does your converter support? Padding is a very common pratice in Convolutional NN, so it would be great if this feature could be added! Also a documentation of your internal ONNX converter would be super useful - so that the code can be adapted to your frame.
Any help is very much appreciated!
Thank you very much in advance!