Update workflows

This commit is contained in:
augustin64 2022-05-23 12:19:05 +02:00
parent 6c7a2b2da1
commit 8558a26e6f

View File

@ -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