aehrc / cvt2distilgpt2

Improving Chest X-Ray Report Generation by Leveraging Warm-Starting
GNU General Public License v3.0
62 stars 5 forks source link

CE Metrics #1

Open NatthananR opened 2 years ago

NatthananR commented 2 years ago

Thanks for sharing the code.

I was trying to evaluate your model with the new labeler tool VisualCheXbert. However, I am unable to find your code for evaluating the CE metrics. Could you please provide the code you used to evaluate the CE metrics?

Thanks.

anicolson commented 2 years ago

Hi @NatthananR,

I have added the CE metrics to the repo: https://github.com/aehrc/cvt2distilgpt2/blob/main/transmodal/metrics/chexbert.py.

The config files have been updated to use them :)

Please let me know if you have any issues with it.

Thanks.

NatthananR commented 2 years ago

Hi @NatthananR,

I have added the CE metrics to the repo: https://github.com/aehrc/cvt2distilgpt2/blob/main/transmodal/metrics/chexbert.py.

The config files have been updated to use them :)

Please let me know if you have any issues with it.

Thanks.

Thank you very much.