Skip to content

Commit

Permalink
Update tutorials/dev/relay_pass_infra.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Yizhi Liu <[email protected]>
  • Loading branch information
zhiics and yzhliu authored Nov 1, 2019
1 parent 7d3d9f3 commit da5bf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/dev/relay_pass_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def alter_conv2d(attrs, inputs, tinfos):
# these issues explicitly by specifying the required passes of each pass and
# packing them as a whole to execute. For example, the same passes can now be
# applied using the sequential style as the following. `Sequential`_ is
# similiar to `torch.nn.sequential <https://pytorch.org/docs/stable/nn.html#torch.nn.Sequential>`_
# similar to `torch.nn.sequential <https://pytorch.org/docs/stable/nn.html#torch.nn.Sequential>`_
# and `mxnet.gluon.block <https://mxnet.incubator.apache.org/api/python/docs/_modules/mxnet/gluon/block.html>`_.
# For example, `torch.nn.sequential` is used to contain a sequence of PyTorch
# `Modules` that will be added to build a network. It focuses on the network
Expand Down

0 comments on commit da5bf48

Please sign in to comment.