Skip to content

validation progress bar does not update correctly #4567

@simonm3

Description

@simonm3

Does not show progress. Reason is line 359 in progress.py:

self.val_progress_bar.total = convert_inf(self.total_val_batches)

should be:

self.val_progress_bar.reset(self.total_val_batches)

Same applies to other places where progress bar total set.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedOpen to be worked onpriority: 2Low priority task

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions