Lab1 Face Recognition Checkpoints
本仓库用于保存 Lab1 人脸识别实验中的模型权重、预训练权重和关键实验结果。
当前计划保存的权重
pretrained/
model.safetensors
webface_full_finetune_1epoch_bs128_amp/
checkpoints/
best.pt
latest.pt
summary.json
train_log.csv
权重说明
| 路径 | 说明 |
|---|---|
pretrained/model.safetensors |
当前实验使用的 ImageNet/Swin 预训练权重。 |
webface_full_finetune_1epoch_bs128_amp/checkpoints/best.pt |
在 WebFace224 上全量微调 1 epoch 后保存的 best checkpoint。 |
webface_full_finetune_1epoch_bs128_amp/checkpoints/latest.pt |
同一次实验最后保存的 latest checkpoint。 |
已记录的评估结果
results.json 中保存了部分实验结果摘要。当前已知 WebFace 1 epoch 全量微调 checkpoint 的验证结果包括:
| 验证集 | Acc | Std |
|---|---|---|
| FGNET AGE-30 | 61.811857 | 4.725344 |
| AgeDB-30 | 77.45 | 1.867931 |
相关仓库
- 代码仓库:
lhx05/lab1-cvlface-code - WebFace224 数据集:
lhx05/WebFace224 - 多协议 224 验证集:
lhx05/lab1-resized-face-datasets - FGNET AGE-30 验证协议:
lhx05/fgnet-age30-protocol - AgeDB 224 身份分类数据集:
lhx05/agedb-224-by-identity
注意事项
- 本仓库只保存关键 checkpoint 和预训练权重,不保存完整实验目录中的所有临时 smoke test 权重。
- 如果文件名中包含
best.pt,其选择依据取决于对应训练脚本的验证配置;请结合实验配置和日志一起使用。 - 权重加载代码位于
lhx05/lab1-cvlface-code中。
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support