forked from qoherent/modrec-workflow
fixed typos
This commit is contained in:
parent
6b2ea23be4
commit
0642904d89
|
@ -83,6 +83,14 @@ jobs:
|
||||||
PYTHONPATH=. python scripts/training/train.py
|
PYTHONPATH=. python scripts/training/train.py
|
||||||
echo "training model"
|
echo "training model"
|
||||||
|
|
||||||
|
- name: 4. Plot Model
|
||||||
|
env:
|
||||||
|
NO_NNPACK: 1
|
||||||
|
PYTORCH_NO_NNPACK: 1
|
||||||
|
run: |
|
||||||
|
PYTHONPATH=. python scripts/training/plot_data.py
|
||||||
|
|
||||||
|
|
||||||
- name: Upload Checkpoints
|
- name: Upload Checkpoints
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -111,7 +119,7 @@ jobs:
|
||||||
|
|
||||||
- name: 5. Profile ONNX model
|
- name: 5. Profile ONNX model
|
||||||
run: |
|
run: |
|
||||||
PYTHONPATH=. python scrips/onnx/profile_onnx.py
|
PYTHONPATH=. python scripts/onnx/profile_onnx.py
|
||||||
|
|
||||||
- name: Upload JSON profiling data
|
- name: Upload JSON profiling data
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user