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
The pad symmetric mode is mapped to reflect mode, but according to tensorflow documentation the behavior is different - symmetric mode includes the edge values.
So it should report as an error that symmetric mode is not supported by CoreML?
See here
coremltools/coremltools/converters/mil/frontend/tensorflow/ops.py
Line 1897 in 0e292a0
The
padsymmetric mode is mapped to reflect mode, but according to tensorflow documentation the behavior is different - symmetric mode includes the edge values.So it should report as an error that
symmetricmode is not supported by CoreML?