mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-27 01:56:03 +08:00
Merge pull request #871 from rushtehrani/chore/update-nni-template
chore: Update hyperparameter tuning template
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user