From da16e3253d5683f383e15972ce5f67fc7c606414 Mon Sep 17 00:00:00 2001 From: dongshuilong Date: Mon, 25 Oct 2021 20:24:10 +0800 Subject: [PATCH] add change.md for version info --- docs/zh_CN_tmp/others/versions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/zh_CN_tmp/others/versions.md b/docs/zh_CN_tmp/others/versions.md index 052527bfa..2ecfa7ee7 100644 --- a/docs/zh_CN_tmp/others/versions.md +++ b/docs/zh_CN_tmp/others/versions.md @@ -33,11 +33,15 @@ - 添加Metric Learning算法支持 - 添加多种相关Loss算法,及基础网络模块gears(支持与backbone、loss组合)方便使用 - 同时支持普通分类及metric learning相关任务训练 + - 支持静态图训练 + - 分类训练支持dali加速 + - 支持fp16训练 - 应用更新 - 添加商品识别、车辆识别(车辆细粒度分类、车辆ReID)、logo识别、动漫人物识别应用具体案例及相关模型 - 添加图像识别完整pipeline,包含检测模块、特征提取模块、向量检索模块 - 预测部署 - 添加百度自研向量检索模块Mobius,支持图像识别系统预测部署 + - 图像识别,建立特征库支持 batch_size>1 - 文档更新 - 添加图像识别相关文档 - 修复之前文档bug