Skip to content

Commit

Permalink
Merge pull request #23 from determined-ai/bugfix-obj-det
Browse files Browse the repository at this point in the history
  • Loading branch information
stiebels authored Feb 16, 2024
2 parents b309066 + 245a725 commit 56a75e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"/bin/sh"
],
"stdin": [
"python train.py --git-url https://[email protected]:/determined-ai/pdk.git --git-ref main --sub-dir examples/object-detection/experiment --config const.yaml --repo object-detection-data --model object-detection --project pdk-object-detection --incremental false"
"python train.py --git-url https://[email protected]:/determined-ai/pdk.git --git-ref main --sub-dir examples/object-detection/experiment --config const.yaml --repo object-detection-data --model object-detection --project pdk-object-detection --no-incremental"
],
"image": "pachyderm/pdk:train-v0.0.5",
"secrets": [
Expand Down Expand Up @@ -45,4 +45,4 @@
},
"autoscaling": true,
"pod_patch": "[{\"op\": \"add\",\"path\": \"/volumes/-\",\"value\": {\"name\": \"det-checkpoints\",\"hostpath\": {\"path\": \"/mnt/efs/shared_fs/determined\",\"type\": \"Directory\"}}}, {\"op\": \"add\",\"path\": \"/containers/0/volumeMounts/-\",\"value\": {\"mountPath\": \"/determined_shared_fs\",\"name\": \"det-checkpoints\"}}]"
}
}
4 changes: 2 additions & 2 deletions examples/object-detection/pipelines/training-pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"/bin/sh"
],
"stdin": [
"python train.py --git-url https://[email protected]:/determined-ai/pdk.git --git-ref main --sub-dir examples/object-detection/experiment --config const.yaml --repo object-detection-data --model object-detection --project pdk-object-detection --incremental false"
"python train.py --git-url https://[email protected]:/determined-ai/pdk.git --git-ref main --sub-dir examples/object-detection/experiment --config const.yaml --repo object-detection-data --model object-detection --project pdk-object-detection --no-incremental"
],
"image": "pachyderm/pdk:train-v0.0.5",
"secrets": [
Expand All @@ -44,4 +44,4 @@
]
},
"autoscaling": true
}
}

0 comments on commit 56a75e6

Please sign in to comment.