Check the wrong prediction data
Hyungson opened this issue · comments
Hi, i trained and tested the model.
i'm wondering if there any way to check the wrong prediction data?
i used 3 kinds of dataset and used it one data folder and shuffled it.
during the test,
['lirr', 'nutrilite', '뉴트리라이트', ...] this is the label of last batch,
['lir', 'mrld', '후루카주', ...] and this is the pred of last batch.
is there any way to check the data labeled 'nutrilite' and '뉴트리라이트' ?
Thanks.