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
b63b5246
Unverified
Commit
b63b5246
authored
Dec 31, 2019
by
Yan Ni
Committed by
GitHub
Dec 31, 2019
Browse files
Merge pull request #1911 from leckie-chn/v1.3-rc0
merge v1.3 (conflict resolved) back to master
parents
1b219414
87dc3cdc
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
src/webui/src/components/overview/SuccessTable.tsx
src/webui/src/components/overview/SuccessTable.tsx
+1
-2
tools/nni_cmd/launcher.py
tools/nni_cmd/launcher.py
+1
-1
No files found.
src/webui/src/components/overview/SuccessTable.tsx
View file @
b63b5246
...
...
@@ -28,12 +28,11 @@ class SuccessTable extends React.Component<SuccessTableProps, {}> {
{
title
:
'
Trial No.
'
,
dataIndex
:
'
sequenceId
'
,
width
:
140
,
className
:
'
tableHead
'
},
{
title
:
'
ID
'
,
dataIndex
:
'
id
'
,
width
:
6
0
,
width
:
8
0
,
className
:
'
tableHead leftTitle
'
,
render
:
(
text
:
string
,
record
:
TableRecord
):
React
.
ReactNode
=>
{
return
(
...
...
tools/nni_cmd/launcher.py
View file @
b63b5246
...
...
@@ -517,7 +517,7 @@ def manage_stopped_experiment(args, mode):
experiment_id
=
None
#find the latest stopped experiment
if
not
args
.
id
:
print_error
(
'Please set experiment id!
\n
You could use
\'
nnictl {0}
{
id
}
\'
to {0} a stopped experiment!
\n
'
\
print_error
(
'Please set experiment id!
\n
You could use
\'
nnictl {0} id
\'
to {0} a stopped experiment!
\n
'
\
'You could use
\'
nnictl experiment list --all
\'
to show all experiments!'
.
format
(
mode
))
exit
(
1
)
else
:
...
...
Prev
1
2
3
Next
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