Utils

singa.utils.update_progress(progress, info)

Display progress bar and user info.

Parameters:
  • progress (float) – progress [0, 1], negative for halt, and >=1 for done.
  • info (str) – a string for user provided info to be displayed.