TuringLang / TuringCallbacks.jl

http://turinglang.org/TuringCallbacks.jl/
MIT License
13 stars 8 forks source link

Generalize `TensorBoardCallback` #1

Open torfjelde opened 4 years ago

torfjelde commented 4 years ago

Currently there's nothing stopping TensorBoardCallback from taking some other logger than TBLogger. The requirements are simply that logging statements are supported for certain types provided in OnlineStats, e.g. Mean and KHist.

Therefore, in the future it might be worth it to add another type parameter for the logger.