camera ready version

This commit is contained in:
2025-11-17 22:16:49 +05:30
parent 9a1bc55c27
commit eb7146e578
22 changed files with 455 additions and 1191 deletions

View File

@@ -1,6 +1,6 @@
import numpy as np
from nanotorch.tensor import Tensor
from nanotorch.nn import MLP
from smoltorch.tensor import Tensor
from smoltorch.nn import MLP
# Test 1: MLP forward pass
print("Test 1 - MLP forward pass:")