lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.23k stars 420 forks source link

How can I choose N negative samples and the top n samples,thx #79

Open yocoojs opened 6 years ago

yocoojs commented 6 years ago

N negative samples are randomly chosen to form a candidate pool. then the negative samples in this pool are sorted in descending order based on their classification confidence scores, and the top n samples are selected as the hard negatives.How can I choose the Experience value ?(N negative samples are randomly chosen and the top n samples) thx