rm Zeros warning

This commit is contained in:
Dhairya Gandhi 2019-12-09 21:07:30 +05:30
parent ec872bb579
commit f39e184814
1 changed files with 0 additions and 4 deletions

View File

@ -152,10 +152,6 @@ used during training which is ignored by the optimisers.
Useful to turn bias off for a forward pass of a layer.
!!! warning
Zeros acts a scalar while broadcasting, so does not
expand dims. Checks for shape compatibility by default.
## Examples
```julia