File tree Expand file tree Collapse file tree 4 files changed +75
-1
lines changed
Expand file tree Collapse file tree 4 files changed +75
-1
lines changed Original file line number Diff line number Diff line change 44Gemfile.lock
55* ~
66.idea
7+ .jekyll-metadata
Original file line number Diff line number Diff line change @@ -105,11 +105,71 @@ defaults:
105105 layout : doc
106106 parent : GoHive
107107 prefix : ' /gohive/'
108+
109+
108110 - scope :
109111 path : " elasticdl"
110112 values :
111- layout : doc
113+ nav_exclude : true
114+ prefix : ' /elasticdl'
115+ - scope :
116+ path : " elasticdl/elasticdl/doc/overview.md"
117+ values :
118+ nav_exclude : false
112119 parent : ElasticDL
120+ - scope :
121+ path : " elasticdl/elasticdl/doc/worker_optimization_design.md"
122+ values :
123+ nav_exclude : false
124+ parent : ElasticDL
125+ - scope :
126+ path : " elasticdl/elasticdl/doc/odps_support_design.md"
127+ values :
128+ nav_exclude : false
129+ parent : ElasticDL
130+ - scope :
131+ path : " elasticdl/elasticdl/doc/model_evaluation_design.md"
132+ values :
133+ nav_exclude : false
134+ parent : ElasticDL
135+ - scope :
136+ path : " elasticdl/elasticdl/doc/model_building.md"
137+ values :
138+ nav_exclude : false
139+ parent : ElasticDL
140+ - scope :
141+ path : " elasticdl/elasticdl/doc/high-level-api.md"
142+ values :
143+ nav_exclude : false
144+ parent : ElasticDL
145+ - scope :
146+ path : " elasticdl/elasticdl/doc/elastic_sync_sgd.md"
147+ values :
148+ nav_exclude : false
149+ parent : ElasticDL
150+ - scope :
151+ path : " elasticdl/elasticdl/doc/elastic_scheduling.md"
152+ values :
153+ nav_exclude : false
154+ parent : ElasticDL
155+ - scope :
156+ path : " elasticdl/elasticdl/doc/distributed_embedding_layer_design.md"
157+ values :
158+ nav_exclude : false
159+ parent : ElasticDL
160+ - scope :
161+ path : " elasticdl/elasticdl/doc/data_preparation_design.md"
162+ values :
163+ nav_exclude : false
164+ parent : ElasticDL
165+ - scope :
166+ path : " elasticdl/elasticdl/doc/distributed_embedding_layer_design.md"
167+ values :
168+ nav_exclude : false
169+ parent : ElasticDL
170+
171+
172+
113173
114174footer :
115175 links :
Original file line number Diff line number Diff line change 33 url : sqlflow/doc/installation
44 - title : " Documents"
55 url : doc_index/sqlflow
6+ - title : " ElasticDL"
7+ url : https://github.com/sql-machine-learning/elasticdl
68 - title : " GitHub"
79 url : https://github.com/sql-machine-learning
Original file line number Diff line number Diff line change 1+ ---
2+ has_children : true
3+ title : ElasticDL
4+ nav_order : 4
5+ layout : doc
6+ ---
7+
8+ # ElasticDL
9+
10+ [ ElasticDL] ( https://github.com/sql-machine-learning/elasticdl ) , A Kubernetes-native Deep Learning Framework.
11+
You can’t perform that action at this time.
0 commit comments