MSDNet icon indicating copy to clipboard operation
MSDNet copied to clipboard

How to terminate the programme while testing given a threshold?

Open emma-sjwang opened this issue 7 years ago • 3 comments

Hi! Thanks for sharing wonderful code.

I wonder how to terminate the programme while testing given a threshold. Does it automatically or manually in the code?

I just saw the forward process and did not find any other procedure to stop the algorithm once we already get a high confidence classification results.

Thanks.

emma-sjwang avatar Apr 04 '18 08:04 emma-sjwang

Hi, sorry for the late reply. In this paper, we simply used the validation set to find a confidence threshold and it's done automatically. I am going to push the script tomorrow.

taineleau-zz avatar Apr 17 '18 03:04 taineleau-zz

ok. Thanks a lot.

emma-sjwang avatar Apr 19 '18 14:04 emma-sjwang

So for all testing data, they have the same threshold right? Is it a constant that you need to find when training the model?

emma-sjwang avatar Apr 19 '18 14:04 emma-sjwang