"docs/vscode:/vscode.git/clone" did not exist on "dcda03b4cb2c757682abe0faf14a6379dcde1cb2"
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 支持的命令:
`使用 'examples/trials/mnist/search_space.json' 来更新 Experiment 的搜索空间`
```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**
......@@ -393,9 +393,9 @@ nnictl 支持的命令:
* 选项
| 参数及缩写 | 是否必需 | 默认值 | 说明 |
| ------ | ----- | --- | ------------------------- |
| -------------- | ----- | --- | ------------------------- |
| id | False | | Experiment ID |
| --file | True | | 文件的输出路径 |
| --filename, -f | True | | 文件的输出路径 |
| --type | True | | 输出文件类型,仅支持 "csv" 和 "json" |
* 样例
......@@ -403,7 +403,7 @@ nnictl 支持的命令:
> 将 Experiment 中所有 Trial 数据导出为 JSON 格式
```bash
nnictl experiment export [experiment_id] --file [file_path] --type json
nnictl experiment export [experiment_id] --filename [file_path] --type json
```
* **nnictl experiment import**
......@@ -421,9 +421,9 @@ nnictl 支持的命令:
* 选项
| 参数及缩写 | 是否必需 | 默认值 | 说明 |
| ---------- | ----- | --- | ------------------------ |
| -------------- | ----- | --- | ------------------------ |
| 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