beacon-biosignals / LegolasFlux.jl

Save Flux model weights in Legolas-powered Arrow tables
MIT License
6 stars 1 forks source link

Nicer `show` methods #13

Open ericphanson opened 2 years ago

ericphanson commented 2 years ago

We should add nicer show methods, e.g.

Base.show(io::IO, v::LegolasFlux.Weights) = print(io, typeof(v), "(…$(length(v)) weights…)")

already makes it much cleaner when printing a row that includes weights.