medperf icon indicating copy to clipboard operation
medperf copied to clipboard

[BUG] Dataset doesn't tell the user that it's downloading an MLCube

Open aristizabal95 opened this issue 1 year ago • 4 comments

During dataset submission, we need to download the data preparation MLCube to make sure it can be executed correctly. While this is happening, we're not letting the user know, and instead we're leaving a blank stdout which might worry the user and make him think the command stalled.

Printing some useful information to the user using the interactive display could be useful

aristizabal95 avatar Jan 08 '24 17:01 aristizabal95

https://github.com/mlcommons/medperf/pull/524

VukW avatar Jan 23 '24 16:01 VukW

Another approach with printing via UI instead of writing mlcube logs directly to stdout: https://github.com/mlcommons/medperf/pull/541

VukW avatar Feb 19 '24 16:02 VukW

A fix to support displaying dynamic lines (i.e. ones that ends with \r instead of \n): https://github.com/mlcommons/medperf/pull/545

VukW avatar Feb 23 '24 13:02 VukW

An improvement to hide exaustive docker cli hints from docker output: https://github.com/mlcommons/medperf/pull/546

VukW avatar Feb 23 '24 13:02 VukW