ITADN
发现更多
我的工作台
microsoft/onnxscript
/
Issues
Update nn.Sequential signature to match pytorch
#2826
Open
justinchuby
创建于 2026-02-25
topic: api
J
justinchuby
commented
`def __init__(self, modules: list[Module] | None = None) -> None` should become `def __init__(self, *modules: Module = None) -> None:` to match pytorch signature.
0 条评论