We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293a102 commit 7c2ea85Copy full SHA for 7c2ea85
test/models/test_real_world.py
@@ -86,7 +86,7 @@ def train(X):
86
loss.backward()
87
optimizer.step()
88
89
- helper_test("train_cifar", lambda: (Tensor.randn(BS, 3, 32, 32),), train, (1.0/64)*BS, 153)
+ helper_test("train_cifar", lambda: (Tensor.randn(BS, 3, 32, 32),), train, (1.0/48)*BS, 153)
90
91
# reset device
92
Tensor.training = old_training
0 commit comments