Hello,
I was wondering that can we customise sampling progressbar during inference by Turing.jl?
sample(model, NUTS(1000, 0.65), MCMCThreads(), 10000, 3, progress = true)
At the moment it shows progress after 1/3 sampling is done. I want it to report after every 1/10. Is this possible?