I'm trying to read in the MNIST dataset using the following commands:
library(keras)
mnist <- dataset_mnist(path="/Users/xyz")
However, I had the error message that R session aborted due to a fatal error every time I run the codes: Error
Does anyone know what is causing this? Is it due to insufficient memory in my local R studio (2023.12.1+402 "Ocean Storm" Release)?
Btw, here are some additional version information:
keras: 2.13.0 R: 4.2.3 python: 3.11.7 MacOS: v11.1, 8GB memory
Thank you!
I wasn't able to replicate the issue (session crashing), but I'm able to load the mnist dataset using these steps:
If you run these commands, do you still have the same issue? Or new errors?
Session info: