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

Respect torch.nn.Module.children in Sequential #9446

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

akihironitta
Copy link
Member

Fixes #9437.

This issue was introduced in #9369 since the name children is reserved in PyTorch. See https://github.com/pytorch/pytorch/blob/b57fa8d9c07b0e03afbe5dab279aa26697b828ea/torch/nn/modules/module.py#L2352-L2359.

@akihironitta
Copy link
Member Author

I believe there's no need for an entry in changelog as #9369 hasn't been included in any release yet.

@rusty1s rusty1s merged commit 32b2af3 into master Jun 24, 2024
17 of 18 checks passed
@rusty1s rusty1s deleted the aki-fix-9437 branch June 24, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: 'list' object is not callable
3 participants