FluxML / FluxTraining.jl

A flexible neural net training library inspired by fast.ai
https://fluxml.ai/FluxTraining.jl
MIT License
120 stars 26 forks source link

Fix TensorBoard image serialization #58

Closed lorenzoh closed 3 years ago

lorenzoh commented 3 years ago

Images are now properly clamped and NaNs are removed. Previously images with out-of-bounds values would be saved without warning but wouldn't show in the TensorBoard frontend.