Flux.jl/docs/src/data
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
..
dataloader.md Fix and improve docs 2020-04-04 23:00:34 +02:00
onehot.md Fixing output format for onehot 2020-06-03 17:03:08 +02:00