mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 15:36:25 +01:00
13 lines
174 B
Markdown
13 lines
174 B
Markdown
# Preview
|
|
|
|
## Compilation
|
|
|
|
```bash
|
|
make mnist-preview
|
|
```
|
|
|
|
## Utilisation
|
|
|
|
```bash
|
|
build/mnist-preview data/mnist/t10k-images-idx3-ubyte data/mnist/t10k-labels-idx1-ubyte
|
|
``` |