Closed WZYSilverWing closed 6 years ago
Hi @WZYSilverWing, the plot_error function is not really ready to use.
However, as you can see that, there is IndexError
, it is about accessing avg_segment_errs[lens_][0]
. Could you try to print out avg_segment_errs for this sequence? I guess there is something wrong with the avg_segment_errs
. It might be empty in your case.
OK, I'll try it. Thank you!
I want to draw the plot error figure, but when I use the evaluation_tool, it turns out to be like this, how to solve this? thank you!