Add `NEWS.md` entry for https://github.com/FluxML/Flux.jl/pull/756
This commit is contained in:
parent
48fcc66094
commit
06da965301
3
NEWS.md
3
NEWS.md
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue