Browse Source

modify some readme file

pull/15185/head
zhanghuiyao 4 years ago
parent
commit
bae1733e97
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      model_zoo/research/cv/FaceQualityAssessment/README.md
  2. +1
    -1
      model_zoo/research/cv/FaceRecognition/README.md

+ 1
- 1
model_zoo/research/cv/FaceQualityAssessment/README.md View File

@@ -213,7 +213,7 @@ sh run_export.sh [BATCH_SIZE] [USE_DEVICE_ID] [PRETRAINED_BACKBONE]
| Optimizer | Momentum | | Optimizer | Momentum |
| Loss Function | MSELoss, Softmax Cross Entropy | | Loss Function | MSELoss, Softmax Cross Entropy |
| outputs | probability and point | | outputs | probability and point |
| Speed | 1pc: 200~240 ms/step; 8pcs: 35~40 ms/step |
| Speed | 1pc: 200-240 ms/step; 8pcs: 35-40 ms/step |
| Total time | 1ps: 2.5 hours; 8pcs: 0.5 hours | | Total time | 1ps: 2.5 hours; 8pcs: 0.5 hours |
| Checkpoint for Fine tuning | 16M (.ckpt file) | | Checkpoint for Fine tuning | 16M (.ckpt file) |




+ 1
- 1
model_zoo/research/cv/FaceRecognition/README.md View File

@@ -221,7 +221,7 @@ sh run_export.sh 16 0 ./0-1_1.ckpt
| Optimizer | Momentum | | Optimizer | Momentum |
| Loss Function | Cross Entropy | | Loss Function | Cross Entropy |
| outputs | probability | | outputs | probability |
| Speed | 1pc: 300~400 ms/step; 8pcs: 40~50 ms/step |
| Speed | 1pc: 350-600 fps; 8pcs: 2500-4500 fps |
| Total time | 1pc: NA hours; 8pcs: 10 hours | | Total time | 1pc: NA hours; 8pcs: 10 hours |
| Checkpoint for Fine tuning | 584M (.ckpt file) | | Checkpoint for Fine tuning | 584M (.ckpt file) |


Loading…
Cancel
Save