This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Support distributed job for frameworkcontroller #612
Merged
SparkSnail
merged 38 commits into
microsoft:master
from
SparkSnail:dev-frameworkcontroller-distributed
Jan 16, 2019
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
d77a99c
fix remote bug
695d866
Merge pull request #106 from Microsoft/master
SparkSnail b7e9799
Merge pull request #107 from Microsoft/master
SparkSnail 7cb03f9
add document
44d1565
add document
7ab7386
update
d9e1ea8
update
2c225a8
update
be23f55
update
6f760ab
Merge pull request #108 from Microsoft/master
SparkSnail 9161209
fix remote issue
e661c55
fix forEach
4e5d836
Merge pull request #109 from Microsoft/master
SparkSnail f80e737
fix conflict
aefc219
Merge branch 'Microsoft-master'
4fec2cc
update doc according to comments
dc45661
Merge pull request #111 from Microsoft/master
SparkSnail 11fec6f
update
a03a191
update
7c7832c
update
2c862dc
Merge pull request #112 from Microsoft/master
SparkSnail 85c015d
remove 'any more'
85cb472
Merge branch 'master' of https://github.com/SparkSnail/nni
3784355
Merge pull request #113 from Microsoft/master
SparkSnail 296c928
debug
d91c980
Merge pull request #114 from Microsoft/master
SparkSnail 0b06014
Merge branch 'master' of https://github.com/SparkSnail/nni into dev-f…
d36e4c1
first version
a4d3873
update
63230bb
update
05b7710
update
036c259
fix bug
61cc84f
update code according to comments
fa4ee49
remove unused import
dc6c319
remove blank lines
2329bfa
fix code
d9a71db
fix code format
77d0859
update code according to comments
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same concern as above for "for...in..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use 'for ... in ... ' in this place is to get the index of the array, and the index will be used in other purpose.