Turing.jl icon indicating copy to clipboard operation
Turing.jl copied to clipboard

Allow silencing variational inference log messages

Open solna86 opened this issue 5 years ago • 1 comments

Is it possible to disable variational inference log messages like:

┌ Info: [ADVI] Should only be seen once: optimizer created for θ                                                                                                              
└   objectid(θ) = 0x7e588a956c33cb39

setprogress!(false) does not make a difference, and I could not find an alternative method in the documentation.

solna86 avatar Dec 17 '20 18:12 solna86

IIRC these messages are generated by AdvancedVI. https://github.com/TuringLang/Turing.jl/issues/1398#issuecomment-687259280 contains two examples for how to suppress them.

devmotion avatar Dec 17 '20 18:12 devmotion

I'll close this since this seems to have been resolved.

Red-Portal avatar Jul 24 '23 09:07 Red-Portal