-

- resnet50 in/output name
+

+ ResNet50 input/output names
- Directory contains files
@@ -121,13 +139,13 @@ Radxa provides a pre-converted `resnet50.nb` model. Users can directly refer to
`-- space_shuttle_224x224.jpg
```
-- Parse model
+- Parse the Model
:::tip
- pegasus script is in ai-sdk/scripts, you can copy it to models directory
+ pegasus script is in ai-sdk/scripts, copy it to models directory
:::
- Use `pegasus_import.sh` to parse the model into an intermediate representation (IR). This generates `resnet50-sim.json` (model structure) and `resnet50-sim.data` (model weights).
+ Use `pegasus_import.sh` to parse the model into IR expression, will get `resnet50-sim.json` containing model structure and `resnet50-sim.data` containing model weights