I am trying to install keras library to extract cifar10 dataset, but facing automatic termination of R session. Keras library was successfully downloaded, but cifar isn't getting extracted.
here are the command I have tried
install.package("keras")
library(keras)
cifar<-dataset_cifar10()-----here is were R session gets terminated automatically