Flux.jl/docs
natema 48d6f2d0c0
Fixing output format for `onehot`
`Flux.OneHotVector` is displayed as a binary vector (0/1) rather than a boolean (true/false) one, as is also shown in successive examples in the same page, so I fixed the `onehot(:b, [:a, :b, :c])` and `onehot(:c, [:a, :b, :c])` output as given by the current Julia version 1.4.2.
2020-06-03 17:03:08 +02:00
..
src Fixing output format for `onehot` 2020-06-03 17:03:08 +02: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