change learning rate

This commit is contained in:
2026-03-27 11:02:59 -07:00
parent 9f278f3269
commit 696a148786

View File

@@ -325,7 +325,7 @@ fn training() {
&device,
);
const LEARNING_RATE: f64 = 0.5;
const LEARNING_RATE: f64 = 0.01;
const EPOCHS: usize = 10000;
for epoch in 0..EPOCHS {