Skip to content

Commit ae7122f

Browse files
Update app.md
1 parent 80aba52 commit ae7122f

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/cross-platform/pytorch-digit-classification-arch-training

1 file changed

+2
-2
lines changed

content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ To run the app in Android Studio using an emulator, follow these steps:
3030

3131
Once the application starts, click the **Load Image** button. It loads a randomly-selected image. Then, click **Run Inference** to recognize the digit. The application displays the predicted label and the inference time as shown below:
3232

33-
![img](Figures/05.png)
33+
![img alt-text#center](Figures/05.png "Figure 7. Digit Recognition 1")
3434

35-
![img](Figures/06.png)
35+
![img alt-text#center](Figures/06.png "Figure 8. Digit Recognition 2")
3636

3737
In the next step of this Learning Path, you will learn how to further optimize the model.

0 commit comments

Comments
 (0)