Skip to content

Fix to accept chainer.Variable collection input #79

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

Merged
merged 5 commits into from
Feb 9, 2019

Conversation

disktnk
Copy link
Member

@disktnk disktnk commented Feb 8, 2019

By #65 , current exporter does not accept chainer.Variable collection such as tuple like (chainer.Variable, chainer.Variable), and this PR fixes it along with adding tests (fixes #75)

This issue is found on chainer-compiler's test, for example gen_mnist_mlp.py, however, this PR resolve the failure partially (ref #80). I will fix it another PR later.

@disktnk disktnk force-pushed the fix/variable-input branch from 671c1a7 to ef6890b Compare February 8, 2019 08:45
@disktnk disktnk changed the title [WIP] Fix to accept chainer.Variable collection input Fix to accept chainer.Variable collection input Feb 9, 2019
@disktnk disktnk requested a review from shinh February 9, 2019 06:57
Copy link
Member

@shinh shinh left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@shinh
Copy link
Member

shinh commented Feb 9, 2019

Let's get this merged.

@shinh shinh merged commit 3f55ff1 into chainer:master Feb 9, 2019
@disktnk disktnk deleted the fix/variable-input branch February 10, 2019 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests for models which take multiple inputs/outputs
2 participants