Skip to content

Commit 6ec599e

Browse files
authored
Update README.md
1 parent 19a9205 commit 6ec599e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ As will any features which migrate to Flux itself.
3333

3434
## Current Features
3535

36-
* Layers `Split` and `Join`
37-
* A more advanced `train!`
36+
* Layers [`Split` and `Join`](https://github.com/FluxML/Fluxperimental.jl/blob/master/src/split_join.jl)
37+
* 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

Comments
 (0)