LuxDL / Lux.jl

Elegant & Performant Scientific Machine Learning in Julia
https://lux.csail.mit.edu/
MIT License
446 stars 50 forks source link

custom `show` is often not valid julia syntax to reconstruct #730

Closed avik-pal closed 1 week ago

avik-pal commented 1 week ago

show(io, obj) is supposed to print the values in a manner that can be copy-pasted to reconstruct the object. We violate that in quite a few places.