diff --git a/hw2.ipynb b/hw2.ipynb index 5616e96..a1a5acf 100755 --- a/hw2.ipynb +++ b/hw2.ipynb @@ -491,7 +491,7 @@ "**Important**: If the Dropout module the flag `training=False`, you shouldn't \"dropout\" any weights. That is, dropout applies during training only, not during evaluation. Note that `training` is a flag in `nn.Module`.\n", "\n", "##### Parameters\n", - "- `p` - the probability of an element to be zeroed.\n", + "- `p` - the probability of an element to be kept.\n", "\n", "___" ]