Skip to content

Commit c982e3c

Browse files
committed
updated paper link
1 parent b3938d7 commit c982e3c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

recognition/arcface_torch/README.md

-8
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,4 @@ More details see
164164
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
165165
year={2022}
166166
}
167-
@inproceedings{an2020partical_fc,
168-
title={Partial FC: Training 10 Million Identities on a Single Machine},
169-
author={An, Xiang and Zhu, Xuhan and Xiao, Yang and Wu, Lan and Zhang, Ming and Gao, Yuan and Qin, Bin and
170-
Zhang, Debing and Fu Ying},
171-
booktitle={Proceedings of International Conference on Computer Vision Workshop},
172-
pages={1445-1449},
173-
year={2020}
174-
}
175167
```

recognition/arcface_torch/partial_fc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

0 commit comments

Comments
 (0)