Skip to content

Commit f7b5f1f

Browse files
authored
update 'TODO link' with working link for Conv-BN FX Fusion tutorial (pytorch#1815)
1 parent 030a8e8 commit f7b5f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/fx_profiling_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def summary(self, should_sort : bool = False) -> str:
218218
# https://github.com/pytorch/pytorch/issues/51393
219219
# * BatchNorm2d also takes up significant time. We can continue this
220220
# line of thinking and optimize this in the Conv-BN Fusion with FX
221-
# tutorial TODO: link
221+
# `tutorial <https://pytorch.org/tutorials/intermediate/fx_conv_bn_fuser.html>`_.
222222
#
223223
#
224224
# Conclusion

0 commit comments

Comments
 (0)