mirror of
https://github.com/augustin64/projet-tipe
synced 2025-02-02 19:39:39 +01:00
Update workflows
This commit is contained in:
parent
6c7a2b2da1
commit
8558a26e6f
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -17,3 +17,9 @@ jobs:
|
|||||||
run: ./make.sh build all
|
run: ./make.sh build all
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: ./make.sh test run
|
run: ./make.sh test run
|
||||||
|
- name: mnist main test
|
||||||
|
run: out/main train \
|
||||||
|
--epochs 1 \
|
||||||
|
--images data/mnist/t10k-images-idx3-ubyte \
|
||||||
|
--labels data/mnist/t10k-labels-idx1-ubyte \
|
||||||
|
--out reseau.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user