Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny-Nottonson committed Mar 4, 2024
1 parent 6b5c99d commit b0949fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion datasets/mnist/__init__.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ struct MNist:
self.test_images[i][j - 1] = atol(line[j])

info("MNIST dataset loaded.\n")
print("There are ", train_size, " training samples and ", test_size, " test samples.\n")
print(
"There are ",
train_size,
" training samples and ",
test_size,
" test samples.\n",
)
1 change: 1 addition & 0 deletions voodoo/core/tensor.mojo
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from tensor import TensorShape
from collections import Optional

from voodoo.autograd import Node, Graph
from voodoo.utils import (
Expand Down

0 comments on commit b0949fb

Please sign in to comment.