Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
041c3f0e
Unverified
Commit
041c3f0e
authored
Oct 28, 2019
by
SparkSnail
Committed by
GitHub
Oct 28, 2019
Browse files
fix console.log (#1636)
parent
a768117f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/nni_manager/training_service/pai/paiTrainingService.ts
src/nni_manager/training_service/pai/paiTrainingService.ts
+1
-1
No files found.
src/nni_manager/training_service/pai/paiTrainingService.ts
View file @
041c3f0e
...
@@ -420,7 +420,7 @@ class PAITrainingService implements TrainingService {
...
@@ -420,7 +420,7 @@ class PAITrainingService implements TrainingService {
.
replace
(
/
\r\n
|
\n
|
\r
/gm
,
''
);
.
replace
(
/
\r\n
|
\n
|
\r
/gm
,
''
);
// tslint:disable-next-line:no-console
// tslint:disable-next-line:no-console
console
.
log
(
`nniPAItrial command is
${
nniPaiTrialCommand
.
trim
()}
`
);
this
.
log
.
info
(
`nniPAItrial command is
${
nniPaiTrialCommand
.
trim
()}
`
);
const
paiTaskRoles
:
PAITaskRole
[]
=
[
const
paiTaskRoles
:
PAITaskRole
[]
=
[
new
PAITaskRole
(
new
PAITaskRole
(
`nni_trail_
${
trialJobId
}
`
,
`nni_trail_
${
trialJobId
}
`
,
...
...
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