Skip to content

Commit 75daaaf

Browse files
authored
DLRM Architecture link patch (#2177)
1 parent 506cb08 commit 75daaaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/keras_rs/dlrm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
The following image illustrates the DLRM architecture:
3333
34-
![DLRM Architecture](https://raw.githubusercontent.com/kharshith-k/keras-io/refs/heads/keras-rs-examples/examples/keras_rs/img/dlrm/dlrm_architecture.gif)
34+
![DLRM Architecture](/img/examples/keras_rs/dlrm/dlrm_architecture.gif)
3535
3636
3737
Now that we have a foundational understanding of DLRM's architecture and key

examples/keras_rs/ipynb/dlrm.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"\n",
4444
"The following image illustrates the DLRM architecture:\n",
4545
"\n",
46-
"![DLRM Architecture](https://raw.githubusercontent.com/kharshith-k/keras-io/refs/heads/keras-rs-examples/examples/keras_rs/img/dlrm/dlrm_architecture.gif)\n",
46+
"![DLRM Architecture](/img/examples/keras_rs/dlrm/dlrm_architecture.gif)\n",
4747
"\n",
4848
"\n",
4949
"Now that we have a foundational understanding of DLRM's architecture and key\n",

examples/keras_rs/md/dlrm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ combining the interaction layer and MLP.
3434

3535
The following image illustrates the DLRM architecture:
3636

37-
![DLRM Architecture](https://raw.githubusercontent.com/kharshith-k/keras-io/refs/heads/keras-rs-examples/examples/keras_rs/img/dlrm/dlrm_architecture.gif)
37+
![DLRM Architecture](/img/examples/keras_rs/dlrm/dlrm_architecture.gif)
3838

3939

4040
Now that we have a foundational understanding of DLRM's architecture and key

0 commit comments

Comments
 (0)