Skip to content

PLSC 0.1.1

Compare
Choose a tag to compare
@sandyhouse sandyhouse released this 09 Jan 05:12
· 128 commits to master since this release
4810142
  • 新增功能
    • 支持混合精度训练,单机8张V100 GPU配置下,训练速度较单精度训练提升1.42倍
    • 增加对Python3的支持
    • 当设置loss_type的参数为’arcface’或’softmax’时,支持单机单卡训练
    • 将训练阶段准确率计算作为可选项,默认不计算准确率
    • base64格式文件预处理后删除生成的中间文件,节省空间
  • Bug fix:
    • 修正自动参数转换无法运行的问题
    • 修正设置checkpoint_dir参数,但本地不存在该目录时会hang住的问题