TidalPaladin / combustion

Collection of helpers for deep learning with PyTorch
Apache License 2.0
4 stars 1 forks source link

Better progress indicator for serialization #8

Closed TidalPaladin closed 4 years ago

TidalPaladin commented 4 years ago

Currently serialization states the file/path to be written and prints "." each time a write happens. This is a primitive progress bar.

Suggest a replacement that refreshes current line of the form

Writing file NAME1: Done
Writing file NAME2: Done
Writing file NAME3: [/-\|] (progress bar with spinner)
TidalPaladin commented 4 years ago

Fixed in b82e414d39304424f3335636f14088fe1fc9ca80