diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-07-19 16:37:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 15:37:52 +0100 |
commit | cb687b4897052fbade21df0c589474d8bb94ab0b (patch) | |
tree | be2e6a7aa5c063803eff036df2588f41aaf46709 /.gitignore | |
parent | 67e20c37920d9f7677e3a4274eef8c73455274c8 (diff) | |
download | candle-cb687b4897052fbade21df0c589474d8bb94ab0b.tar.gz candle-cb687b4897052fbade21df0c589474d8bb94ab0b.tar.bz2 candle-cb687b4897052fbade21df0c589474d8bb94ab0b.zip |
Add some more developed training examples. (#199)
* Use contiguous tensors for variables.
* Sketch the mnist example.
* Start adding the reduce ops.
* Renaming.
* Refactor the reduce operations.
* Bugfix for the broadcasting vectorization.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ # Generated by Cargo # will have compiled files and executables debug/ +data/ dist/ target/ |