Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wy1iu authored Apr 28, 2022
1 parent 310d889 commit 74227eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ In this part, we assume you are in the directory `$OPENSPHERE_ROOT`. After succe
CUDA_VISIBLE_DEVICES=0,1 python train.py --config config/train/vggface2_sfnet20_sphereface.yml
```

- To train SphereFace-R (v2,HFN) with SFNet-20 on `VGGFace2`, run the following commend (with 2 GPUs):

```console
CUDA_VISIBLE_DEVICES=0,1 python train.py --config config/train/vggface2_sfnet20_spherefacer.yml
```

- To train SphereFace with SFNet-64 (with BN) on `MS1M`, run the following commend (with 4 GPUs):

```console
Expand Down

0 comments on commit 74227eb

Please sign in to comment.