Open markncx opened 3 years ago
How many epochs in your setting?
How many epochs in your setting?
50 epochs
Can you give us more information, such as test methods? The accuracy diff?
I apply partial fc to image retrieval task. and i use map as the test metric. the accuracy diff is 0.05.
I have the following suggestions:
I have the following suggestions:
- Increasing margin after sampling may be helpful for accuracy.
- Sampling tends to work better when the data set is dirty.
- Partial FC works well on tens of millions of identites, model parallel is sufficient in your case.
Thanks for you advices. I still have several questions:
I compared partial fc (r=0.2, pytorch version) with full softmax for my dataset (1 million identities). The precision of partial fc (r=0.2) is lower than that of softmax. Could you give some advices? Thanks!