From 035ca2ce8e35225b09db27c3cb325ee648cc2a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E4=B8=9A=E5=BA=86?= Date: Sun, 25 Jul 2021 17:18:46 +0000 Subject: [PATCH] =?UTF-8?q?update=20AscendPyTorch=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E4=BC=97=E6=99=BA=E6=96=87=E6=A1=A3-=E7=A6=BB=E7=BA=BF?= =?UTF-8?q?=E6=8E=A8=E7=90=86.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...73\347\272\277\346\216\250\347\220\206.md" | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git "a/AscendPyTorch\346\250\241\345\236\213\344\274\227\346\231\272\346\226\207\346\241\243-\347\246\273\347\272\277\346\216\250\347\220\206.md" "b/AscendPyTorch\346\250\241\345\236\213\344\274\227\346\231\272\346\226\207\346\241\243-\347\246\273\347\272\277\346\216\250\347\220\206.md" index 6e4be62..31c8699 100644 --- "a/AscendPyTorch\346\250\241\345\236\213\344\274\227\346\231\272\346\226\207\346\241\243-\347\246\273\347\272\277\346\216\250\347\220\206.md" +++ "b/AscendPyTorch\346\250\241\345\236\213\344\274\227\346\231\272\346\226\207\346\241\243-\347\246\273\347\272\277\346\216\250\347\220\206.md" @@ -1448,13 +1448,13 @@ python3 ssd_pth_postprocess.py /root/dataset/VOCdevkit/VOC2007/ ./voc-model-labe bash test/eval_acc_perf.sh --datasets_path=/root/datasets # 在t4环境测试性能数据(确保gpu空闲时测试,如果模型支持多batch,测试bs1与bs16,否则只测试bs1,如果导出的onnx模型因含自定义算子等不能离线推理,则在t4上测试pytorch模型的在线推理性能,性能数据以单卡吞吐率为标准) - bash perf_t4.sh + bash perf_g.sh ``` - PR内容模板 - - PR示例链接 https://gitee.com/ascend/modelzoo/pulls/887 + - PR示例链接 https://gitee.com/ascend/modelzoo/pulls/2309 - PR名称 - - [学校学院名称][高校贡献][Pytorch离线推理][模型名称]-PR内容摘要 - - 举例说明:[华为大学昇腾学院][高校贡献][Pytorch离线推理][ResNeXt50]-初次提交 + - [学校学院名称][高校贡献][PyTorch离线推理][模型名称]-PR内容摘要 + - 举例说明:[华为大学昇腾学院][高校贡献][PyTorch离线推理][ResNeXt50]-初次提交 ```