Skip to content

Commit

Permalink
Link to create an issue
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Smyth <[email protected]>
  • Loading branch information
smythp committed Aug 27, 2024
1 parent d4a537e commit a5f70df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion learning-lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Before running, consider reviewing the following files that will be downloaded:
- [Training data](https://github.com/chainguard-dev/pytorch-getting-started/tree/main/data/octopus-penguin-whale/train)
- [Validation data](https://github.com/chainguard-dev/pytorch-getting-started/tree/main/data/octopus-penguin-whale/val)

[Problem with the commands? Create an issue](https://github.com/chainguard-dev/pytorch-getting-started/issues/new?template=Blank+issue)

Training command:

Expand All @@ -27,7 +28,7 @@ curl https://codeload.github.com/chainguard-dev/pytorch-getting-started/tar.gz/m
"/home/nonroot/octopus-detector/image_classification.py"
```

After running this command, there should be an `octopus_whale_penguin_model.pt` pickled model file in your `~/image_classification` folder on your host machine.
After running this command, there should be an `octopus_whale_penguin_model.pt` model file in your `~/image_classification` folder on your host machine.

## Running in Inference

Expand Down

0 comments on commit a5f70df

Please sign in to comment.