Skip to content

Commit 3350d21

Browse files
committed
Update
1 parent 4a2eabf commit 3350d21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

project/run_mnist_multiclass.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
if numba.cuda.is_available():
1111
GPUBackend = minitorch.TensorBackend(minitorch.CudaOps)
1212

13-
# Number of classes (10 digits)
1413
C = 10
1514

16-
# Size of images (height and width)
1715
H, W = 28, 28
1816

1917

0 commit comments

Comments
 (0)