Merge pull request #871 from rushtehrani/chore/update-nni-template

chore: Update hyperparameter tuning template
This commit is contained in:
Rush Tehrani
2021-02-04 10:52:12 -08:00
committed by GitHub

View File

@@ -114,10 +114,15 @@ templates:
optional: true
container:
image: onepanel/dl:0.17.0
command:
- sh
- -c
args:
- --config
# [CHANGE] Update the path below to point to config.yaml path as described above
- /mnt/data/src/workflows/hyperparameter-tuning/mnist/config.yaml
# [CHANGE] Update the config path below to point to config.yaml path as described above
# Note that you can `pip install` additional tools here if necessary
- |
python -u /opt/onepanel/nni/start.py \
--config /mnt/data/src/workflows/hyperparameter-tuning/mnist/config.yaml
workingDir: /mnt
volumeMounts:
- name: hyperparamtuning-data
@@ -186,4 +191,4 @@ volumeClaimTemplates:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 20Gi
storage: 20Gi