summaryrefslogtreecommitdiff
path: root/candle-datasets
Commit message (Collapse)AuthorAgeFilesLines
* feat: download cifar dataset parquet files (#1259)drbh2023-11-051-1/+58
|
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-2/+2
| | | | | * Bump the version to 0.3.0. * Changelog update.
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-2/+2
| | | | | * Bump the crate version. * Also update the python bindings.
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-2/+2
|
* Use byteorder in mnist. (#785)Laurent Mazare2023-09-091-4/+3
|
* feat: u32 from_be_bytes (#765)YangNianYi2023-09-091-5/+2
|
* Add some documentation. (#673)Laurent Mazare2023-08-301-2/+2
| | | | | * Add some documentation. * Bump the crate version.
* 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-283-28/+3
|
* Re-enable local dir for mnist.Nicolas Patry2023-08-281-8/+12
|
* Cleanup:Nicolas Patry2023-08-282-9/+12
| | | | | - Moved around book from `examples` to `candle-book` proper (overlapping the book and the lib structures)
* Training:Nicolas Patry2023-08-282-4/+55
| | | | | | | - 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-283-0/+101
| | | | inclusion).
* Bump the crate version + update CHANGELOG. (#628)Laurent Mazare2023-08-271-2/+2
|
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-2/+2
| | | | | | | | | | | | | * Add some group parameter to convolutions. * Avoid some unnecessary groups checks. * Move the tensor convolution bits. * Properh handling of groups. * Bump the crate version. * And add a changelog.
* Bump the crates version to 0.1.2. (#522)Laurent Mazare2023-08-201-2/+2
|
* Rename vec-dot to vec-ops. (#449)Laurent Mazare2023-08-152-2/+3
| | | | | | | * Rename vec-dot to vec-ops. * Also bump the crate version. * Add a currently empty readme.
* Add the candle-datasets crate (#322)Laurent Mazare2023-08-058-0/+459
* 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>