David Widmann
David Widmann
Seems to be the same as https://github.com/TuringLang/Bijectors.jl/issues/200.
A cheap workaround would be to disable logging of such messages globally by setting ```julia import Logging Logging.disable_logging(Logging.Warn) # or e.g. Logging.Info ``` Alternatively, you can use a local logger...
Yes, I agree. The approaches above are just workarounds as long as it is not fixed upstream.
The messages are caused by AdvancedHMC which unfortunately does not respect the verbosity levels of Turing. The errors can be real and indicate a problem with the model and/or the...
> If one of the first thing a user encounters when using a library is a huge wall of cryptic warnings, they are less likely to continue using that library....
`tonamedtuple` is not implemented for untyped `VarInfo`.
This is still an old version though (without Weave)?
@cpfiffer opened PR that adds some of the updates missing in the first iteration of the transition to jmd, so you might want to wait until everything is updated.
The SDE example is not correct currently (https://github.com/TuringLang/TuringTutorials/pull/118). @mschauer and I played around with a Crank-Nicolson scheme which seemed to work quite well in a simple example: I uploaded a...
Maybe you could add error bars of the standard deviation to the plot?