-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress Logging does not appear in cluster manager output #1916
Comments
Maybe you are facing TuringLang/AbstractMCMC.jl#82? |
I don't believe I am. I'm not sampling multiple chains at once, but only a single chain. |
I see. In that case everything should work automatically if one does not explicitly use a logger with a log level less than or equal to You could try to check if the minimal progress logging examples, e.g., in the docs of TerminalLoggers, work correctly on the cluster (https://julialogging.github.io/TerminalLoggers.jl/dev/#Progress-bars-1). |
When you say they don't appear are you talking about an interactive session or a scheduled job with an output file? |
Please reopen if needed. |
I'm sampling a Turing model in a cluster managed by SLURM. The progress bar generated from log-progress doesn't seem to appear until the sampling is all finished. I know it isn't to do with the progressbars generally because I use
ProgressMeters
elsewhere in my code. But I'm not sure whether this is to do with Turing or withProgressLogging.jl
.The text was updated successfully, but these errors were encountered: