This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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
r keras

Memory available for R would be one thing to check on.

0 answers

No answers yet.

Log in to answer this question.