fix github workflow
This commit is contained in:
parent
554ed4e9cd
commit
1245979730
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: model
|
name: model
|
||||||
path: |
|
path: |
|
||||||
./github_project/hp_model.h5
|
./github_project
|
||||||
|
|
||||||
evaluate:
|
evaluate:
|
||||||
needs: train
|
needs: train
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: model
|
name: model
|
||||||
path: ./github_project/hp_model.h5
|
path: ./github_project
|
||||||
|
|
||||||
- name: Evaluate Model
|
- name: Evaluate Model
|
||||||
run: python ./github_project/evaluate.py ${{ github.run_number }}
|
run: python ./github_project/evaluate.py ${{ github.run_number }}
|
||||||
|
Loading…
Reference in New Issue
Block a user