Skip to content

Commit d61635a

Browse files
committed
Update Model Training Gym LP
1 parent a36cce6 commit d61635a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

content/learning-paths/mobile-graphics-and-gaming/model-training-gym/2-devenv.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ This will:
3939
- install the `ng-model-gym` package and required dependencies
4040
- download the datasets and weights needed to run the notebooks
4141

42+
Activate the virtual environment:
43+
44+
```bash
45+
source nb-env/bin/activate
46+
```
47+
4248
Run the following in a python shell to confirm that the script was successful:
4349

4450
```python

content/learning-paths/mobile-graphics-and-gaming/model-training-gym/3-model-training.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jupyter lab
4949
This will prompt you to open your browser to `http://localhost:8888`and enter the token that is printed in the terminal output. Navigate to:
5050

5151
```output
52-
neural-graphics-model-gym-examples/model_training_example.ipynb
52+
neural-graphics-model-gym-examples/tutorials/nss/model_training_example.ipynb
5353
```
5454

5555
Step through the notebook for training.
5656

5757
Once your model is trained, the next step is evaluation. You'll measure accuracy, compare checkpoints, and prepare the model for export. Open the evaluation notebook located at the following location:
5858

5959
```output
60-
neural-graphics-model-gym-examples/model_evaluation_example.ipynb
60+
neural-graphics-model-gym-examples/tutorials/nss/model_evaluation_example.ipynb
6161
```
6262

6363
At the end you should see a visual comparison of the NSS upscaling and the ground truth image.

content/learning-paths/mobile-graphics-and-gaming/model-training-gym/4-model-explorer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ layout: learningpathall
88

99
## What is Model Explorer?
1010

11-
TODO: verify .vgf flavor runs smoothly
12-
1311
Model Explorer is a visualization tool for inspecting neural network structures and execution graphs. Arm provides a VGF adapter for Model Explorer, allowing you to visualize `.vgf` models created from your training and export pipeline.
1412

1513
This lets you inspect model architecture, tensor shapes, and graph connectivity before deployment. This can be a powerful way to debug and understand your exported neural graphics models.

0 commit comments

Comments
 (0)