You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed keras in R and the command library(keras) did not have any error, but when I tried mnist <- matrix(dataset_mnist), R gave me the following error:
Error: Error loading Python module keras in R
How should I resolve this problem?
The text was updated successfully, but these errors were encountered:
I installed keras in R and the command library(keras) did not have any error, but when I tried mnist <- matrix(dataset_mnist), R gave me the following error:
Error: Error loading Python module keras in R
How should I resolve this problem?
The text was updated successfully, but these errors were encountered: