typing `k = backend()` crashes rstudio.cloud

I have followed the install keras install instructions https://keras.rstudio.com/ to install keras in a https://rstudio.cloud session. I have done this many times before, but now it seems that typing:

library("keras")
k = backend()

Consistently crashes the R-session - This could be a tensorflow-2.0 thing?

rstudio_crash

Dear all,

I have the same issue.
After having installed keras, and then input the command mnist <- dataset_mnist(), I get the same crash.

Many thanks for the persons who could help!

Vincent

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