Skip to content

Commit 809d4ab

Browse files
authored
Update README.md
1 parent ec534e0 commit 809d4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

3737
Let's first of all set up our distributed environment.
3838

0 commit comments

Comments
 (0)