Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: download cifar dataset parquet files (#1259) | drbh | 2023-11-05 | 1 | -1/+58 |
| | |||||
* | 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 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 | 2 | -24/+2 |
| | |||||
* | Re-enable local dir for mnist. | Nicolas Patry | 2023-08-28 | 1 | -8/+12 |
| | |||||
* | Cleanup: | Nicolas Patry | 2023-08-28 | 1 | -9/+9 |
| | | | | | - Moved around book from `examples` to `candle-book` proper (overlapping the book and the lib structures) | ||||
* | Training: | Nicolas Patry | 2023-08-28 | 1 | -0/+53 |
| | | | | | | | - 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 | 2 | -0/+96 |
| | | | | inclusion). | ||||
* | Add the candle-datasets crate (#322) | Laurent Mazare | 2023-08-05 | 7 | -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> |