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:
|
||||
name: model
|
||||
path: |
|
||||
./github_project/hp_model.h5
|
||||
./github_project
|
||||
|
||||
evaluate:
|
||||
needs: train
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: model
|
||||
path: ./github_project/hp_model.h5
|
||||
path: ./github_project
|
||||
|
||||
- name: Evaluate Model
|
||||
run: python ./github_project/evaluate.py ${{ github.run_number }}
|
||||
|
Loading…
Reference in New Issue
Block a user