Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ license: apache-2.0
|
|
5 |
CLIP model post-trained on 80M human face images.
|
6 |
|
7 |
|
8 |
-
Trained with [TencentPretrain](https://github.com/Tencent/TencentPretrain) framework on 8 *
|
9 |
```
|
10 |
python3 pretrain.py --dataset_path faceclip.pt \
|
11 |
--pretrained_model_path models/clip-b32.bin \
|
|
|
5 |
CLIP model post-trained on 80M human face images.
|
6 |
|
7 |
|
8 |
+
Trained with [TencentPretrain](https://github.com/Tencent/TencentPretrain) framework on 8 * A100 GPUs:
|
9 |
```
|
10 |
python3 pretrain.py --dataset_path faceclip.pt \
|
11 |
--pretrained_model_path models/clip-b32.bin \
|