This commit is contained in:
CarloLucibello 2020-06-08 19:59:34 +02:00
parent b1f226eb34
commit 0cf46432cf
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# v0.11 # v0.11
* Change to the `DataLoader` (constructor)[https://github.com/FluxML/Flux.jl/pull/1152] * Change to `DataLoader`'s constructor [https://github.com/FluxML/Flux.jl/pull/1152]
# v0.10.5 # 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()`. * Add option for [same padding](https://github.com/FluxML/Flux.jl/pull/901) to conv and pooling layers by setting `pad=SamePad()`.