From 2ee7f4d3aae0636d3a1f1ddbd7b5b5169cd9ff14 Mon Sep 17 00:00:00 2001 From: Gauri Krishnan Date: Thu, 19 Dec 2024 08:51:31 +0000 Subject: [PATCH] Updated hyperparameters and app image version. --- examples/tutorials/mnist_pytorch/const.yaml | 4 +++- helm/charts/determined/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/tutorials/mnist_pytorch/const.yaml b/examples/tutorials/mnist_pytorch/const.yaml index 69f3a91344a..6f11d58d439 100644 --- a/examples/tutorials/mnist_pytorch/const.yaml +++ b/examples/tutorials/mnist_pytorch/const.yaml @@ -11,5 +11,7 @@ hyperparameters: searcher: name: single metric: validation_loss + max_length: + batches: 100 smaller_is_better: true -entrypoint: python3 train.py --epochs 1 +entrypoint: python3 train.py diff --git a/helm/charts/determined/Chart.yaml b/helm/charts/determined/Chart.yaml index 98089187be0..200a7e6e788 100644 --- a/helm/charts/determined/Chart.yaml +++ b/helm/charts/determined/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for Determined # This is a placeholder value. The actual version string is passed through the # --version flag during helm package. -version: "0.0.0" +version: "0.35.0" icon: https://github.com/determined-ai/determined/blob/main/determined-logo.svg?raw=true home: https://github.com/determined-ai/determined.git @@ -16,4 +16,4 @@ home: https://github.com/determined-ai/determined.git # # This is a placeholder value. The actual version string is passed through the # --app-version flag during helm package. -appVersion: "0.0.0" +appVersion: "0.35.0"