Unverified Commit 717cf954 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Fix typo in torchvision.models docs (#2656)

parent 190a5f8a
...@@ -104,7 +104,7 @@ to:: ...@@ -104,7 +104,7 @@ to::
mean = torch.mean(torch.tensor(means)) mean = torch.mean(torch.tensor(means))
std = torch.mean(torch.tensor(stds)) std = torch.mean(torch.tensor(stds))
Unfortunately, the concret `subset` that was used is lost. For more Unfortunately, the concrete `subset` that was used is lost. For more
information see `this discussion <https://github.com/pytorch/vision/issues/1439>`_ information see `this discussion <https://github.com/pytorch/vision/issues/1439>`_
or `these experiments <https://github.com/pytorch/vision/pull/1965>`_. or `these experiments <https://github.com/pytorch/vision/pull/1965>`_.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment