From bfbfbd47739d6ace805505d7cd73a69a5a17d90b Mon Sep 17 00:00:00 2001 From: shanshishi Date: Fri, 3 Jan 2020 13:44:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20Document?= =?UTF-8?q?ation/UserGuide/train.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation/UserGuide/train.md | 43 -------------------------------- 1 file changed, 43 deletions(-) delete mode 100755 Documentation/UserGuide/train.md diff --git a/Documentation/UserGuide/train.md b/Documentation/UserGuide/train.md deleted file mode 100755 index 2841cf2..0000000 --- a/Documentation/UserGuide/train.md +++ /dev/null @@ -1,43 +0,0 @@ -# train - -## 功能描述 - -使用采集的数据进行模型的训练。训练时至少采集两种workload\_type的数据,否则会报错。 - -## 命令格式 - -**atune-adm train** - -## 参数说明 - -- OPTIONS - - - - - - - - - - - - - -

参数

-

描述

-

--data_path, -d

-

存放模型训练所需的csv文件的目录

-

--output_file, -o

-

训练生成的新模型

-
- - -## 使用示例 - -使用data目录下的csv文件作为训练输入,生成的新模型new-model.m存放在model目录下。 - -``` -$ atune-adm train --data_path ./data –output_file ./model/new-model.m -``` - -- GitLab