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

Support nested ModuleList and fix an issue in list append #3652

Merged
merged 4 commits into from
May 22, 2021

Conversation

QuanluZhang
Copy link
Contributor

@QuanluZhang QuanluZhang commented May 19, 2021

  • support nested ModuleList
  • fix an issue of in-place python list append: incorrect control flow

@QuanluZhang QuanluZhang linked an issue May 19, 2021 that may be closed by this pull request
@@ -0,0 +1,72 @@
import os
Copy link
Contributor

Choose a reason for hiding this comment

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

Why another file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this file is committed before, it is supposed to test whole models. so I put this test into this file

@ultmaster ultmaster added this to Review in progress in v2.3 May 21, 2021
v2.3 automation moved this from Review in progress to Reviewer approved May 21, 2021
@ultmaster ultmaster changed the title support nested ModuleList Support nested ModuleList and fix an issue in list append May 22, 2021
@ultmaster ultmaster added the NAS label May 22, 2021
@ultmaster ultmaster merged commit 9444e27 into microsoft:master May 22, 2021
v2.3 automation moved this from Reviewer approved to Done May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v2.3
Done
Development

Successfully merging this pull request may close these issues.

Graph converter does not work for nested ModuleList
3 participants