From cb687b4897052fbade21df0c589474d8bb94ab0b Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Wed, 19 Jul 2023 16:37:52 +0200 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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/ -- cgit v1.2.3