I have to download Keras, and I AM able to download successfully. However, when I try to extract cifar10 dataset, the session terminated saying fatal error and R needs to restart.
Here are the commands,
install.packages("keras")
library(keras)
cifar<- dataset_cifar10()---> while executing this command, R asks to restart, due to fatal error.
My computer is a Apple Macbook Air M1 OS Big Sur 11.1
I also have Anaconda3