Samsung / ONE

On-device Neural Engine
Other
429 stars 157 forks source link

[onert/train] Fix value error of MaxPool2d with stride #13247

Closed zetwhite closed 3 months ago

zetwhite commented 3 months ago

What

MaxPool2D (stride > 1) gets different values compared to tensorflow.

zetwhite commented 3 months ago

Ah, There is no value dfference between onert train and tensorflow.. I misunderstood the situation.

This is is resolved - i checked with this commit (https://github.com/Samsung/ONE/pull/13253/commits/6f5c6f03bbf71c222633cf1ce30bd3d9b99350cf)