diff --git a/docs/source/models.rst b/docs/source/models.rst index 85b34f10191..007fd5ea229 100644 --- a/docs/source/models.rst +++ b/docs/source/models.rst @@ -104,7 +104,7 @@ to:: mean = torch.mean(torch.tensor(means)) 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 `_ or `these experiments `_.