nhsengland / NHSSynth

Package to accompany P41
https://nhsengland.github.io/NHSSynth/
MIT License
4 stars 1 forks source link

Fix progress output of model training for notebooks #82

Closed HarrisonWilde closed 1 year ago

HarrisonWilde commented 1 year ago

Could offer a notebook flag or something to fix it, the stacked tqdm bars don't seem to work in notebooks.

HarrisonWilde commented 1 year ago

The tqdm package has tqdm_notebook but it still doesn't work properly with the stacked setup, the best option might just be to switch off the progress display or minimise to just the number of epochs when using notebooks.

HarrisonWilde commented 1 year ago

For now we just advise users to set tracked_metrics to an empty list on model.train. Will add to docs.