Add v0.11.0 entry and added samepadding option

This commit is contained in:
DrChainsaw 2020-04-24 21:59:02 +02:00
parent 1544f84bb9
commit deff98812a
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# v0.11.0
* Add option for [same padding](https://github.com/FluxML/Flux.jl/pull/901) to conv and pooling layers by setting `pad=SamePad()`.
# v0.10.0
* The default AD engine has switched from [Tracker to Zygote.jl](https://github.com/FluxML/Flux.jl/pull/669)
- The dependency on Tracker.jl has been removed.