From a27be0f9ecb65a515455251cd99e1705a485c706 Mon Sep 17 00:00:00 2001 From: zy Date: Tue, 14 May 2019 01:24:45 +0800 Subject: [PATCH] typo of comvolutional comvolutional -> convolutional --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 512f2506..6af2caf8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ # 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. +* [Depthwise convolutional 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