92106c8762
Fixes for clippy 1.87. ( #2956 )
2025-05-15 21:50:27 +02:00
3f13ad3d79
Fix dataset id for MNIST ( #2238 )
2024-06-04 06:27:24 +02:00
722c50bb0c
Use byteorder in mnist. ( #785 )
2023-09-09 09:03:59 +01:00
976a1086ee
feat: u32 from_be_bytes ( #765 )
2023-09-09 08:55:35 +01:00
b31d41e26a
Add a convnet training example. ( #661 )
...
* Add a convnet example.
* Dataset fix.
* Randomize batches.
2023-08-29 18:23:01 +01:00
d726484a6d
Re-enable local dir for mnist.
2023-08-28 15:15:27 +02:00
d7a273be51
Training:
...
- Removed a lot of surface (SerializedFileReader ownership is really
painful).
- Moved example + vision to hf.co version.
- Removed feature gate.
2023-08-28 15:15:01 +02:00
620f83cf66
Add the candle-datasets crate ( #322 )
...
* Move the vision datasets to a separate crate.
* Move the batcher bits.
* Update the readme.
* Move the tiny-stories bits.
---------
Co-authored-by: Jane Doe <jane.doe@example.org >
2023-08-05 08:56:50 +01:00