automatic termination of R software session
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
• 841 views
•
link
0 answers
No answers yet.
Log in to answer this question.
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.