summaryrefslogtreecommitdiff
path: root/candle-datasets/src
Commit message (Collapse)AuthorAgeFilesLines
* feat: download cifar dataset parquet files (#1259)drbh2023-11-051-1/+58
|
* Use byteorder in mnist. (#785)Laurent Mazare2023-09-091-4/+3
|
* feat: u32 from_be_bytes (#765)YangNianYi2023-09-091-5/+2
|
* Add a convnet training example. (#661)Laurent Mazare2023-08-291-2/+2
| | | | | | | * Add a convnet example. * Dataset fix. * Randomize batches.
* Fix deps.Nicolas Patry2023-08-282-24/+2
|
* Re-enable local dir for mnist.Nicolas Patry2023-08-281-8/+12
|
* Cleanup:Nicolas Patry2023-08-281-9/+9
| | | | | - Moved around book from `examples` to `candle-book` proper (overlapping the book and the lib structures)
* Training:Nicolas Patry2023-08-281-0/+53
| | | | | | | - Removed a lot of surface (SerializedFileReader ownership is really painful). - Moved example + vision to hf.co version. - Removed feature gate.
* Better training+hubNicolas Patry2023-08-281-1/+1
|
* [Book] Add small error management + start training (with generic datasetNicolas Patry2023-08-282-0/+96
| | | | inclusion).
* Add the candle-datasets crate (#322)Laurent Mazare2023-08-057-0/+439
* 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>