When running MSAF on SALAMI, it takes a while to process every feature, but there's no visible output during msaf.run.process in collection mode, so I thought my computer had frozen/crashed.
Would be nice to see some progress reporting with TQDM or similar. Turns out joblib already has support for printing some progress in the style of the following:
Just a proposal (feel free to close!).
When running MSAF on SALAMI, it takes a while to process every feature, but there's no visible output during
msaf.run.process
in collection mode, so I thought my computer had frozen/crashed.Would be nice to see some progress reporting with TQDM or similar. Turns out joblib already has support for printing some progress in the style of the following:
This PR enables that.