neulab / explainaboard_web

MIT License
8 stars 2 forks source link

A good way to handle report with invalid json format generated by ExplainaBoard SDK #570

Open pfliu-nlp opened 1 year ago

pfliu-nlp commented 1 year ago

Background:

If ExplainaBoard SDK generates a report with an invalid JSON format, then it will bring all of ExplainaBoard Web functions down for a user.

For example, the following report generated by SDK contains NaN, which will make ExplainaBoard Web down (i.e., users can see nothing in the System tab of ExplainaBoard Web.) image

To address this issue,