Entering edit mode
3.8 years ago
lippithakkar
•
0
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
Memory available for R would be one thing to check on.
Please open an issue at their Github https://github.com/rstudio/keras/issues and include your sessionInfo to reproduce this error.