File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ You can install `AsynchronousIterativeAlgorithms` by typing
2323julia> ] add AsynchronousIterativeAlgorithms
2424```
2525
26- ## [ Quick start] ( @ id quick_start)
26+ ## Quick start
2727
2828Say you want to implement a distributed version of * Stochastic Gradient Descent* (SGD). You'll need to define:
2929
@@ -32,7 +32,7 @@ Say you want to implement a distributed version of *Stochastic Gradient Descent*
3232- the ** worker step** performed by the workers when they receive a query ` q::Q ` from the central node
3333- the asynchronous ** central step** performed by the central node when it receives an answer ` a::A ` from a ` worker `
3434
35- ![ Sequence Diagram] ( docs/assets/sequence_diagram.png )
35+ ![ Sequence Diagram] ( docs/src/ assets/sequence_diagram.png )
3636
3737Let's first of all set up our distributed environment.
3838
You can’t perform that action at this time.
0 commit comments