Skip to content

Conversation

fonnesbeck
Copy link
Member

I've had a good experience with fastprogress with other ML packages. It may be less fussy than tqdm, particularly in notebooks. Give it a try.

@fonnesbeck
Copy link
Member Author

This seems to have removed the init output, which I did not intend. Will fix.

self.previous_x = None
self.progress = tqdm(total=maxeval, disable=not progressbar)
self.progress.n = 0
self.progress = progress_bar(total=maxeval, display=progressbar)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This need an iterator as first argument, maybe range(maxeval) will do the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants