R session crashed with CPU mode · Issue #266 · mlverse/torch

R session crashed when I ran the KMNIST tutorial but with CPU mode (device = "cpu"). It occurs when the learning procedure as below ran. Anybody knows what happened? for (epoch in 1:5) { l <- c() f...