summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-07-19 16:37:52 +0200
committerGitHub <noreply@github.com>2023-07-19 15:37:52 +0100
commitcb687b4897052fbade21df0c589474d8bb94ab0b (patch)
treebe2e6a7aa5c063803eff036df2588f41aaf46709 /.gitignore
parent67e20c37920d9f7677e3a4274eef8c73455274c8 (diff)
downloadcandle-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index df9a6132..9ff37524 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
debug/
+data/
dist/
target/