-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
module: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblocksmodule: named tensorNamed tensor supportNamed tensor support
Description
scale = torch.randn(num_channels, names='C')
should be scale = torch.randn(num_channels, names=['C'])
cc @zou3519
Metadata
Metadata
Assignees
Labels
module: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblocksmodule: named tensorNamed tensor supportNamed tensor support