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
e51aca42
Unverified
Commit
e51aca42
authored
Sep 07, 2020
by
QuanluZhang
Committed by
GitHub
Sep 07, 2020
Browse files
update the NNI architecture figure (#2805)
parent
195b7f9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/en_US/Overview.md
docs/en_US/Overview.md
+2
-2
docs/en_US/Tutorial/ExperimentConfig.md
docs/en_US/Tutorial/ExperimentConfig.md
+1
-1
No files found.
docs/en_US/Overview.md
View file @
e51aca42
...
@@ -10,7 +10,7 @@ NNI (Neural Network Intelligence) is a toolkit to help users design and tune mac
...
@@ -10,7 +10,7 @@ NNI (Neural Network Intelligence) is a toolkit to help users design and tune mac
The figure below shows high-level architecture of NNI.
The figure below shows high-level architecture of NNI.
<p
align=
"center"
>
<p
align=
"center"
>
<img
src=
"https://user-images.githubusercontent.com/
23273522/51816536-ed055580-2301-11e9-8ad8-605a79ee1b9a
.png"
alt=
"drawing"
width=
"700"
/>
<img
src=
"https://user-images.githubusercontent.com/
16907603/92089316-94147200-ee00-11ea-9944-bf3c4544257f
.png"
alt=
"drawing"
width=
"700"
/>
</p>
</p>
## Key Concepts
## Key Concepts
...
@@ -86,4 +86,4 @@ The auto-feature-engineering algorithms usually have a bunch of hyperparameters
...
@@ -86,4 +86,4 @@ The auto-feature-engineering algorithms usually have a bunch of hyperparameters
*
[
Examples
](
TrialExample/MnistExamples.md
)
*
[
Examples
](
TrialExample/MnistExamples.md
)
*
[
Neural Architecture Search on NNI
](
NAS/Overview.md
)
*
[
Neural Architecture Search on NNI
](
NAS/Overview.md
)
*
[
Automatic model compression on NNI
](
Compressor/Overview.md
)
*
[
Automatic model compression on NNI
](
Compressor/Overview.md
)
*
[
Automatic feature engineering on NNI
](
FeatureEngineering/Overview.md
)
*
[
Automatic feature engineering on NNI
](
FeatureEngineering/Overview.md
)
\ No newline at end of file
docs/en_US/Tutorial/ExperimentConfig.md
View file @
e51aca42
...
@@ -573,7 +573,7 @@ Used to specify designated GPU devices for NNI, if it is set, only the specified
...
@@ -573,7 +573,7 @@ Used to specify designated GPU devices for NNI, if it is set, only the specified
#### maxTrialNumPerGpu
#### maxTrialNumPerGpu
Optional. Integer. Default:
99999
.
Optional. Integer. Default:
1
.
Used to specify the max concurrency trial number on a GPU device.
Used to specify the max concurrency trial number on a GPU device.
...
...
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