We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7aa02c commit 78b37e0Copy full SHA for 78b37e0
intermediate_source/fx_conv_bn_fuser.py
@@ -51,7 +51,7 @@ def __init__(self):
51
nn.BatchNorm2d(1),
52
nn.Conv2d(1, 1, 1),
53
)
54
- self.wrapped = WrappedBatchnorm()
+ self.wrapped = WrappedBatchNorm()
55
56
def forward(self, x):
57
x = self.conv1(x)
@@ -259,4 +259,4 @@ def benchmark(model, iters=20):
259
# feedback you have about using it. Please feel free to use the
260
# PyTorch Forums (https://discuss.pytorch.org/) and the issue tracker
261
# (https://github.com/pytorch/pytorch/issues) to provide any feedback
262
-# you might have.
+# you might have.
0 commit comments