You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add [Orthogonal Matrix initialization](https://github.com/FluxML/Flux.jl/pull/1496) as described in [Exact solutions to the nonlinear dynamics of learning in deep linear neural networks](https://arxiv.org/abs/1312.6120).
@@ -95,7 +115,7 @@ been removed in favour of MLDatasets.jl.
95
115
* Adds the [AdaBelief](https://arxiv.org/abs/2010.07468) optimiser.
96
116
* Other new features and bug fixes (see GitHub releases page)
97
117
98
-
## v0.11
118
+
## v0.11 (July 2020)
99
119
100
120
* Moved CUDA compatibility to use [CUDA.jl instead of CuArrays.jl](https://github.com/FluxML/Flux.jl/pull/1204)
101
121
* Add [kaiming initialization](https://arxiv.org/abs/1502.01852) methods: [kaiming_uniform and kaiming_normal](https://github.com/FluxML/Flux.jl/pull/1243)
@@ -116,14 +136,14 @@ been removed in favour of MLDatasets.jl.
116
136
* Functors have now moved to [Functors.jl](https://github.com/FluxML/Flux.jl/pull/1174) to allow for their use outside of Flux.
117
137
* Added [helper functions](https://github.com/FluxML/Flux.jl/pull/873)`Flux.convfilter` and `Flux.depthwiseconvfilter` to construct weight arrays for convolutions outside of layer constructors so as to not have to depend on the default layers for custom implementations.
118
138
*`dropout` function now has a mandatory [active](https://github.com/FluxML/Flux.jl/pull/1263)
119
-
keyword argument. The `Dropout` struct *whose behavior is left unchanged) is the recommended choice for common usage.
139
+
keyword argument. The `Dropout` struct (whose behavior is left unchanged) is the recommended choice for common usage.
120
140
* and many more fixes and additions...
121
141
122
142
## v0.10.1 - v0.10.4
123
143
124
144
See GitHub's releases.
125
145
126
-
## v0.10.0
146
+
## v0.10.0 (November 2019)
127
147
128
148
* The default AD engine has switched from [Tracker to Zygote.jl](https://github.com/FluxML/Flux.jl/pull/669)
0 commit comments