From 67a4448255c72cbf549307a07479077391287e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=98=B3?= Date: Tue, 15 Oct 2024 07:00:24 +0000 Subject: [PATCH] update README.CN.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨阳 --- README.CN.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.CN.md b/README.CN.md index ea9819ba8..7f283af27 100644 --- a/README.CN.md +++ b/README.CN.md @@ -10,6 +10,9 @@ |-------------------------------------------------------------|----------------| | [PyTorch](https://gitee.com/ascend/ModelZoo-PyTorch) | PyTorch贡献子仓 | +## 版本配套说明 +本开源仓库会适配CANN软件版本,该仓库下模型支持CANN5.0及后续版本部署。开发者可通过“[昇腾社区-固件与驱动](https://www.hiascend.com/hardware/firmware-drivers/community?product=2&model=28)”页面根据产品型号与CANN软件版本获取配套的固件与驱动。 + ## 目录 - 模型 - TensorFlow @@ -593,12 +596,6 @@ - [PointNet_ID2913_for_TensorFlow2.X](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/keras_sample/cv/PointNet_ID2913_for_TensorFlow2.X/) - [albert-FineTune_Series_for_TensorFlow2.X](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/nlp/albert-FineTune_Series_for_TensorFlow2.X/) -## 版本配套 -该仓库下模型支持CANN5.0及后续版本部署 - -## 硬件配套 -该仓库下模型支持910A/910B及后续硬件型态部署 - ## 免责声明 Ascend ModelZoo仅提供公共数据集下载和预处理脚本。这些数据集不属于ModelZoo,ModelZoo也不对其质量或维护负责。请确保您具有这些数据集的使用许可。基于这些数据集训练的模型仅可用于非商业研究和教育。 -- Gitee