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

Allow ONNX-Chainer's patch_functions to patch functions in modules other than chainer.functions #8495

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

msakai
Copy link
Contributor

@msakai msakai commented Dec 4, 2019

This is because links in chainer.links usually import functions from submodules (e.g. chainer.functions.rnn) directly instead of importing them from chainer.functions.

…her than chainer.functions

This is because links in chainer.links usually import functions from
submodules (e.g. chainer.functions.rnn) directly instead of importing
them from chainer.functions.
@toslunar toslunar added the ONNX Related to ONNX label Dec 4, 2019
@take-cheeze
Copy link
Member

Jenkins, test this please!

@chainer-ci
Copy link
Member

Jenkins CI test (for commit 3b2e70c, target branch master) failed with status FAILURE.

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
Copy link
Member

CI failure seems to be unrelated to this PR

@take-cheeze take-cheeze merged commit 8b0c4cc into chainer:master Dec 17, 2019
@kmaehashi kmaehashi added this to the v7.1.0 milestone Jan 16, 2020
@kmaehashi kmaehashi added the cat:enhancement Implementation that does not break interfaces. label Jan 16, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants