Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ceiling_mode on exporting to ONNX MaxPool #8392

Merged
merged 1 commit into from
Nov 8, 2019

Conversation

disktnk
Copy link
Member

@disktnk disktnk commented Nov 8, 2019

Currently ONNX-Chainer uses a trick on max_pool_nd(2d) converter with cover_all=True. From opset=11, MaxPool operator supports ceiling_mode to follow the extrapolation.

@disktnk disktnk added the ONNX Related to ONNX label Nov 8, 2019
@okdshin
Copy link
Contributor

okdshin commented Nov 8, 2019

LGTM

@take-cheeze
Copy link
Member

Jenkins, test this please!

@take-cheeze take-cheeze self-assigned this Nov 8, 2019
@chainer-ci
Copy link
Member

Jenkins CI test (for commit 9e85194, target branch master) succeeded!

Copy link
Member

@take-cheeze take-cheeze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@take-cheeze take-cheeze added the st:test-and-merge State indicating that pull request is approved by a reviewer and can be merged after CI passes. label Nov 8, 2019
@mergify mergify bot merged commit fd514ad into chainer:master Nov 8, 2019
@disktnk disktnk deleted the fix/ceiling-mode branch November 11, 2019 03:51
@kmaehashi kmaehashi added this to the v7.0.0 milestone Dec 5, 2019
@kmaehashi kmaehashi added the cat:enhancement Implementation that does not break interfaces. label Dec 5, 2019
@emcastillo emcastillo changed the title Use ceiling_mode on exporting to ONNX MaxPool Use ceiling_mode on exporting to ONNX MaxPool Dec 5, 2019
@chainer-ci
Copy link
Member

Jenkins CI test (for commit 9e85194, target branch master) succeeded!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:enhancement Implementation that does not break interfaces. ONNX Related to ONNX st:test-and-merge State indicating that pull request is approved by a reviewer and can be merged after CI passes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants