We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a9205 commit 6ec599eCopy full SHA for 6ec599e
README.md
@@ -33,5 +33,7 @@ As will any features which migrate to Flux itself.
33
34
## Current Features
35
36
-* Layers `Split` and `Join`
37
-* A more advanced `train!`
+* Layers [`Split` and `Join`](https://github.com/FluxML/Fluxperimental.jl/blob/master/src/split_join.jl)
+* More advanced [`train!` function](https://github.com/FluxML/Fluxperimental.jl/blob/master/src/train.jl)
38
+* Macro for [making custom layers](https://github.com/FluxML/Fluxperimental.jl/blob/master/src/compact.jl) quickly
39
+* Experimental [`apply(c::Chain, x)`](https://github.com/FluxML/Fluxperimental.jl/blob/master/src/chain.jl) interface
0 commit comments