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
5d5806f5
Unverified
Commit
5d5806f5
authored
Dec 10, 2018
by
SparkSnail
Committed by
GitHub
Dec 10, 2018
Browse files
Quick fix paiTrainingService (#465)
quick fix paiTrainingService, add deferred.resolve();
parent
3617b7f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/nni_manager/training_service/pai/paiTrainingService.ts
src/nni_manager/training_service/pai/paiTrainingService.ts
+1
-0
No files found.
src/nni_manager/training_service/pai/paiTrainingService.ts
View file @
5d5806f5
...
@@ -352,6 +352,7 @@ class PAITrainingService implements TrainingService {
...
@@ -352,6 +352,7 @@ class PAITrainingService implements TrainingService {
// Get PAI authentication token
// Get PAI authentication token
await
this
.
updatePaiToken
();
await
this
.
updatePaiToken
();
deferred
.
resolve
();
break
;
break
;
case
TrialConfigMetadataKey
.
TRIAL_CONFIG
:
case
TrialConfigMetadataKey
.
TRIAL_CONFIG
:
...
...
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