Flux.jl/docs
bors[bot] 71ebd51e45
Merge #1208
1208: Fixing output format for `onehot` r=dhairyagandhi96 a=natema

Currently `Flux.OneHotVector` is displayed as a binary vector (0/1) rather than a boolean one (true/false). This is also shown in successive examples in the same page. 
I fixed the `onehot(:b, [:a, :b, :c])` and `onehot(:c, [:a, :b, :c])` outputs in the first example of the page accordingly.


Co-authored-by: natema <natema@users.noreply.github.com>
2020-06-05 09:17:12 +00:00
..
src Merge #1208 2020-06-05 09:17:12 +00:00
Project.toml fix docs 2020-03-02 15:08:37 +01:00
make.jl Update doctest version guard (1.2 -> 1.4) 2020-04-06 13:53:36 +02:00