Skip to content

Commit 9b42275

Browse files
authored
[Doc Link Fix No.28] Fix deep_speech_2.md image links (#7902)
1 parent b141690 commit 9b42275

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/design/network/deep_speech_2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The classical DS2 network contains 15 layers (from bottom to top):
116116
- **One** CTC-loss layer
117117

118118
<div align="center">
119-
<img src="https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/ds2_network.png" width=350><br/>
119+
<img src="https://raw.githubusercontent.com/PaddlePaddle/docs/refs/heads/develop/docs/design/network/images/ds2_network.png" width=350><br/>
120120
Figure 1. Architecture of Deep Speech 2 Network.
121121
</div>
122122

@@ -208,7 +208,7 @@ TODO by Assignees
208208
### Beam Search with CTC and LM
209209

210210
<div align="center">
211-
<img src="https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/beam_search.png" width=600><br/>
211+
<img src="https://raw.githubusercontent.com/PaddlePaddle/docs/refs/heads/develop/docs/design/network/images/beam_search.png" width=600><br/>
212212
Figure 2. Algorithm for CTC Beam Search Decoder.
213213
</div>
214214

0 commit comments

Comments
 (0)