From a5f70dff19c7755cd902f0a2b5f6dd5229207599 Mon Sep 17 00:00:00 2001 From: Patrick Smyth Date: Tue, 27 Aug 2024 09:53:25 -0400 Subject: [PATCH] Link to create an issue Signed-off-by: Patrick Smyth --- learning-lab.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/learning-lab.md b/learning-lab.md index 61fea46..8a0c2f1 100644 --- a/learning-lab.md +++ b/learning-lab.md @@ -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: @@ -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