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
Copy file name to clipboardExpand all lines: NEWS.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## v0.12.0
4
4
5
+
* Added [Focal Loss function](https://github.com/FluxML/Flux.jl/pull/1489) to Losses module
5
6
* The Dense layer now supports inputs with [multiple batch dimensions](https://github.com/FluxML/Flux.jl/pull/1405).
6
7
* Dense and Conv layers no longer perform [implicit type conversion](https://github.com/FluxML/Flux.jl/pull/1394).
7
8
* Excise datasets in favour of other providers in the julia ecosystem.
@@ -11,7 +12,8 @@
11
12
* Add [sparse initialization](https://github.com/FluxML/Flux.jl/pull/1454) as described in [Deep learning via Hessian-free optimization](https://dl.acm.org/doi/abs/10.5555/3104322.3104416).
12
13
* Moved GPU CI to use buildkite instead of GitLab
13
14
* New [`Parallel` layer](https://github.com/FluxML/Flux.jl/pull/1462) adds inception module-like building blocks.
14
-
15
+
* Feature additions and bug fixes for BatchNorm, LayerNorm, InstanceNorm, and GroupNorm [normalization layers](https://github.com/FluxML/Flux.jl/pull/1397)
16
+
* Added [Upsample and PixelShuffle layers](https://github.com/FluxML/Flux.jl/pull/1468)
Copy file name to clipboardExpand all lines: docs/src/ecosystem.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,4 @@ machine learning and deep learning workflows:
17
17
-[ProgressMeters.jl](https://github.com/timholy/ProgressMeter.jl): progress meters for long-running computations
18
18
-[TensorBoardLogger.jl](https://github.com/PhilipVinc/TensorBoardLogger.jl): easy peasy logging to [tensorboard](https://www.tensorflow.org/tensorboard) in Julia
19
19
20
-
This tight integration among Julia pakages is shown in some of the examples in the [model-zoo](https://github.com/FluxML/model-zoo) repository.
20
+
This tight integration among Julia packages is shown in some of the examples in the [model-zoo](https://github.com/FluxML/model-zoo) repository.
Copy file name to clipboardExpand all lines: docs/src/models/basics.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -218,4 +218,4 @@ Flux.@functor Affine
218
218
219
219
This enables a useful extra set of functionality for our `Affine` layer, such as [collecting its parameters](../training/optimisers.md) or [moving it to the GPU](../gpu.md).
220
220
221
-
For some more helpful tricks, including parameter freezing, please checkout the [advanced usage guide](advanced.md).
221
+
For some more helpful tricks, including parameter freezing, please checkout the [advanced usage guide](advanced.md).
0 commit comments