We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5934c61 commit 4c4040fCopy full SHA for 4c4040f
.github/workflows/automerge.yml
@@ -43,12 +43,8 @@ jobs:
43
# - name: Test image classifier - small subset of CIFAR10 # add back
44
# timeout-minutes: 90
45
# run: python3 cifar10-example.py
46
- - name: build the HPO container
47
- run: |
48
- docker build -t hpo-study-single-pod-container:0001 .
49
- docker run -d -p 5000:80 hpo-study-single-pod-container:0001
50
- # - name: Generative Proof Of Concept
51
- # timeout-minutes: 180
+ - name: Generative Proof Of Concept
+ timeout-minutes: 180
52
run: python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py
53
# - name: Phishing email detection with GPT2 embedding
54
# timeout-minutes: 420
0 commit comments