Skip to content

Commit

Permalink
fix ML tutorial images
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 committed Apr 15, 2024
1 parent 031df0b commit 06b2b81
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/developer-docs/ai/machine-learning-sample.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ keywords: [intermediate, tutorial, machine learning, ml, mnist, rust]
---

import TabItem from "@theme/TabItem";
import useBaseUrl from "@docusaurus/useBaseUrl";
import { AdornedTabs } from "/src/components/Tabs/AdornedTabs";
import { AdornedTab } from "/src/components/Tabs/AdornedTab";
import { BetaChip } from "/src/components/Chip/BetaChip";
Expand Down Expand Up @@ -779,9 +780,9 @@ You will see the MNIST sample interface:

<div class="text--center">
<img
src="/docs/current/developer-docs/ai/_attachments/MNIST1.png"
src={useBaseUrl("/img/docs/MNIST1.png")}
alt="MNIST frontend UI"
width="600"
width="800"
/>
</div>

Expand All @@ -795,9 +796,9 @@ For example, draw the number 7:

<div class="text--center">
<img
src="/docs/current/developer-docs/ai/_attachments/MNIST2.png"
src={useBaseUrl("/img/docs/MNIST2.png")}
alt="MNIST drawing number 7"
width="600"
width="800"
/>
</div>

Expand All @@ -807,17 +808,17 @@ You can play with this model by drawing different numbers:

<div class="text--center">
<img
src="/docs/current/developer-docs/ai/_attachments/MNIST3.png"
src={useBaseUrl("/img/docs/MNIST3.png")}
alt="MNIST drawing number 0"
width="600"
width="800"
/>
</div>

<div class="text--center">
<img
src="/docs/current/developer-docs/ai/_attachments/MNIST4.png"
src={useBaseUrl("/img/docs/MNIST4.png")}
alt="MNIST drawing number 8"
width="600"
width="800"
/>
</div>

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 06b2b81

Please sign in to comment.