mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +01:00
Remove unnecessary tests from GH Actions
This commit is contained in:
parent
c9a890a20a
commit
4aea4d6321
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -14,12 +14,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: make all
|
- name: make all
|
||||||
run: make all
|
run: make -j$(nproc) all
|
||||||
- name: run-tests
|
- name: run-tests
|
||||||
run: make run-tests
|
run: make -j$(nproc) run-tests
|
||||||
- name: mnist main train
|
|
||||||
run: build/mnist-main train
|
|
||||||
--epochs 1
|
|
||||||
--images data/mnist/t10k-images-idx3-ubyte
|
|
||||||
--labels data/mnist/t10k-labels-idx1-ubyte
|
|
||||||
--out mnist-reseau.bin
|
|
||||||
|
Loading…
Reference in New Issue
Block a user