What
- Apply rich progress bar in inference.py file
- Append more metrics in inference.py file
Why
In the train.py, we use rich to report in CLI, so I think it looks good to use rich in inference.py, too.
Also, AUROC score is used to metric score generally in medical task, however, we thought it's good to support more details and more metrics.
How
What
Why
In the train.py, we use rich to report in CLI, so I think it looks good to use rich in inference.py, too.
Also, AUROC score is used to metric score generally in medical task, however, we thought it's good to support more details and more metrics.
How