This commit is contained in:
Elliot Saba 2019-04-30 07:57:12 -07:00
parent 48fcc66094
commit 06da965301
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# v0.9.0
* [Depthwise comvolutional layer API changes](https://github.com/FluxML/Flux.jl/pull/756) from `in => mult` channel specification to `in => out` channel specification, and deprecates implicit `out` constructor.
# v0.8.0 # v0.8.0
* New [ConvTranspose layer](https://github.com/FluxML/Flux.jl/pull/311). * New [ConvTranspose layer](https://github.com/FluxML/Flux.jl/pull/311).