From 427c35cc96efd07bdcfa3034175fb8675054a692 Mon Sep 17 00:00:00 2001 From: saikarthik-mallela <124978880+saikarthik-mallela@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:00:46 +0530 Subject: [PATCH] Update const.yaml --- .../use-case/image-classification/experiment/const.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pachyderm-seldon/use-case/image-classification/experiment/const.yaml b/pachyderm-seldon/use-case/image-classification/experiment/const.yaml index 1521354d..bcabc000 100644 --- a/pachyderm-seldon/use-case/image-classification/experiment/const.yaml +++ b/pachyderm-seldon/use-case/image-classification/experiment/const.yaml @@ -1,4 +1,6 @@ name: dogcat_single +workspace: HPE Workspace +project: brain-mri data: pachyderm: host: @@ -16,9 +18,10 @@ searcher: name: single metric: accuracy max_length: - batches: 100 + batches: 1 smaller_is_better: false entrypoint: model_def:DogCatModel resources: - slots_per_trial: 1 + resource_pool: aux + slots: 3 max_restarts: 0