scverse / scvi-tutorials

Notebooks used in scvi-tools tutorials
https://docs.scvi-tools.org/en/stable/tutorials/index.html
BSD 3-Clause "New" or "Revised" License
46 stars 25 forks source link

Fix the progress bar during training models trough tout the tutorials #313

Closed ori-kron-wis closed 2 months ago

ori-kron-wis commented 2 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

We would like to be able to show the tqdm progress bar in our RTD , but not as it shown now where every epoch is shown interactively. We do want to keep the bottom line of training bar.

Describe the solution you'd like A clear and concise description of what you want to happen.

We would want to re check the custom progress bar code . the reason that code exists is because the docs used to not render the tqdm notebook mode and it used to be that when you saved a jupyter notebook and reopened the fancier progress bar disappears Not sure if it’s still a problem