This commit is contained in:
CarloLucibello 2020-06-06 18:15:04 +02:00
parent a643cb6758
commit b1f226eb34
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# v0.11
* Change to the `DataLoader` (constructor)[https://github.com/FluxML/Flux.jl/pull/1152]
# v0.10.5
* Add option for [same padding](https://github.com/FluxML/Flux.jl/pull/901) to conv and pooling layers by setting `pad=SamePad()`.
* Added option to set `bias` to [Flux.Zeros](https://github.com/FluxML/Flux.jl/pull/873) to eliminating `bias` from being trained.