RStudio crashes with Fatal Error

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

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.