Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: download cifar dataset parquet files (#1259) | drbh | 2023-11-05 | 1 | -1/+58 |
| | |||||
* | Bump the version to 0.3.0. (#1014) | Laurent Mazare | 2023-10-01 | 1 | -2/+2 |
| | | | | | * Bump the version to 0.3.0. * Changelog update. | ||||
* | Bump the crate versions to v0.2.3. (#886) | Laurent Mazare | 2023-09-18 | 1 | -2/+2 |
| | | | | | * Bump the crate version. * Also update the python bindings. | ||||
* | Bump the crate version + update the changelog. (#822) | Laurent Mazare | 2023-09-12 | 1 | -2/+2 |
| | |||||
* | Use byteorder in mnist. (#785) | Laurent Mazare | 2023-09-09 | 1 | -4/+3 |
| | |||||
* | feat: u32 from_be_bytes (#765) | YangNianYi | 2023-09-09 | 1 | -5/+2 |
| | |||||
* | Add some documentation. (#673) | Laurent Mazare | 2023-08-30 | 1 | -2/+2 |
| | | | | | * Add some documentation. * Bump the crate version. | ||||
* | Add a convnet training example. (#661) | Laurent Mazare | 2023-08-29 | 1 | -2/+2 |
| | | | | | | | * Add a convnet example. * Dataset fix. * Randomize batches. | ||||
* | Fix deps. | Nicolas Patry | 2023-08-28 | 3 | -28/+3 |
| | |||||
* | Re-enable local dir for mnist. | Nicolas Patry | 2023-08-28 | 1 | -8/+12 |
| | |||||
* | Cleanup: | Nicolas Patry | 2023-08-28 | 2 | -9/+12 |
| | | | | | - Moved around book from `examples` to `candle-book` proper (overlapping the book and the lib structures) | ||||
* | Training: | Nicolas Patry | 2023-08-28 | 2 | -4/+55 |
| | | | | | | | - Removed a lot of surface (SerializedFileReader ownership is really painful). - Moved example + vision to hf.co version. - Removed feature gate. | ||||
* | Better training+hub | Nicolas Patry | 2023-08-28 | 1 | -1/+1 |
| | |||||
* | [Book] Add small error management + start training (with generic dataset | Nicolas Patry | 2023-08-28 | 3 | -0/+101 |
| | | | | inclusion). | ||||
* | Bump the crate version + update CHANGELOG. (#628) | Laurent Mazare | 2023-08-27 | 1 | -2/+2 |
| | |||||
* | Add some group parameter to convolutions. (#566) | Laurent Mazare | 2023-08-23 | 1 | -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 Mazare | 2023-08-20 | 1 | -2/+2 |
| | |||||
* | Rename vec-dot to vec-ops. (#449) | Laurent Mazare | 2023-08-15 | 2 | -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 Mazare | 2023-08-05 | 8 | -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> |