Skip to content

Commit

Permalink
updated paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
anxiangsir committed Mar 30, 2022
1 parent b3938d7 commit c982e3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions recognition/arcface_torch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,4 @@ More details see
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year={2022}
}
@inproceedings{an2020partical_fc,
title={Partial FC: Training 10 Million Identities on a Single Machine},
author={An, Xiang and Zhu, Xuhan and Xiao, Yang and Wu, Lan and Zhang, Ming and Gao, Yuan and Qin, Bin and
Zhang, Debing and Fu Ying},
booktitle={Proceedings of International Conference on Computer Vision Workshop},
pages={1445-1449},
year={2020}
}
```
2 changes: 1 addition & 1 deletion recognition/arcface_torch/partial_fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class PartialFC(torch.nn.Module):
"""
https://arxiv.org/abs/2010.05222
https://arxiv.org/abs/2203.15565
A distributed sparsely updating variant of the FC layer, named Partial FC (PFC).
When sample rate less than 1, in each iteration, positive class centers and a random subset of
Expand Down

0 comments on commit c982e3c

Please sign in to comment.