mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 15:16:26 +01:00
Update workflows
This commit is contained in:
parent
8558a26e6f
commit
b4e46d44b0
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
||||
- name: run tests
|
||||
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 \
|
||||
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