Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
5b725233
Unverified
Commit
5b725233
authored
Apr 25, 2019
by
Chi Song
Committed by
GitHub
Apr 25, 2019
Browse files
Chinese translation (#1007)
parent
642967b8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
docs/zh_CN/NNICTLDOC.md
docs/zh_CN/NNICTLDOC.md
+11
-11
No files found.
docs/zh_CN/NNICTLDOC.md
View file @
5b725233
...
@@ -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]
--file
name
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 | | 文件的输出路径 |
| --file
name, -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]
--file
name
[
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 格式的数据文件 |
| --file
name
, -f | True | | 需要导入的 JSON 格式的数据文件 |
*
详细说明
*
详细说明
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment