We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf4398 commit 267e727Copy full SHA for 267e727
.github/ISSUE_TEMPLATE/报告issue.md
@@ -0,0 +1,21 @@
1
+---
2
+name: 报告issue
3
+about: Describe this issue template's purpose here.
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+## 环境
11
12
+- FastDeploy版本: 说明具体的版本,如fastdeploy-linux-gpu-0.8.0或自行编译的develop代码(附上自行编译的方式,及cmake时print的编译选项截图)
13
+- 系统平台: Linux x64(Ubuntu 18.04) / Windows x64(Windows10) / Mac OSX arm(12.0) / Mac OSX intel(12.0)
14
+- 硬件: 说明具体硬件型号,如 Nvidia GPU 3080TI, CUDA 11.2 CUDNN 8.3
15
+- 编译语言: C++ / Python(3.7或3.8等)
16
17
+## 问题描述
18
+- 附上详细的问题日志有助于工程师快速定位分析
19
+- 性能问题,描述清楚对比的方式
20
+- - 注意性能测试,循环跑N次,取后80%的用时平均(模型启动时,刚开始受限于资源分配,速度会较慢)
21
+- - FastDeploy的Predict包含模型本身之外的数据前后处理用时
0 commit comments