Unverified Commit 5b725233 authored by Chi Song's avatar Chi Song Committed by GitHub
Browse files

Chinese translation (#1007)

parent 642967b8
...@@ -172,7 +172,7 @@ nnictl 支持的命令: ...@@ -172,7 +172,7 @@ nnictl 支持的命令:
`使用 'examples/trials/mnist/search_space.json' 来更新 Experiment 的搜索空间` `使用 'examples/trials/mnist/search_space.json' 来更新 Experiment 的搜索空间`
```bash ```bash
nnictl update searchspace [experiment_id] --file examples/trials/mnist/search_space.json nnictl update searchspace [experiment_id] --filename examples/trials/mnist/search_space.json
``` ```
* **nnictl update concurrency** * **nnictl update concurrency**
...@@ -393,9 +393,9 @@ nnictl 支持的命令: ...@@ -393,9 +393,9 @@ nnictl 支持的命令:
* 选项 * 选项
| 参数及缩写 | 是否必需 | 默认值 | 说明 | | 参数及缩写 | 是否必需 | 默认值 | 说明 |
| ------ | ----- | --- | ------------------------- | | -------------- | ----- | --- | ------------------------- |
| id | False | | Experiment ID | | id | False | | Experiment ID |
| --file | True | | 文件的输出路径 | | --filename, -f | True | | 文件的输出路径 |
| --type | True | | 输出文件类型,仅支持 "csv" 和 "json" | | --type | True | | 输出文件类型,仅支持 "csv" 和 "json" |
* 样例 * 样例
...@@ -403,7 +403,7 @@ nnictl 支持的命令: ...@@ -403,7 +403,7 @@ nnictl 支持的命令:
> 将 Experiment 中所有 Trial 数据导出为 JSON 格式 > 将 Experiment 中所有 Trial 数据导出为 JSON 格式
```bash ```bash
nnictl experiment export [experiment_id] --file [file_path] --type json nnictl experiment export [experiment_id] --filename [file_path] --type json
``` ```
* **nnictl experiment import** * **nnictl experiment import**
...@@ -421,9 +421,9 @@ nnictl 支持的命令: ...@@ -421,9 +421,9 @@ nnictl 支持的命令:
* 选项 * 选项
| 参数及缩写 | 是否必需 | 默认值 | 说明 | | 参数及缩写 | 是否必需 | 默认值 | 说明 |
| ---------- | ----- | --- | ------------------------ | | -------------- | ----- | --- | ------------------------ |
| id | False | | 需要将数据导入的 Experiment 的 ID | | id | False | | 需要将数据导入的 Experiment 的 ID |
| --file, -f | True | | 需要导入的 JSON 格式的数据文件 | | --filename, -f | True | | 需要导入的 JSON 格式的数据文件 |
* 详细说明 * 详细说明
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment