I'm trying Google Cloud for the first time for training a DNN model with using Keras in R.
The use of the cloudml_train()
-function try to install a lot of libraries on the Google Cloud server, and there is an error that I can't go round:
master-replica-0 Installing BiocGenerics (0.20.0) ...
master-replica-0 curl: (22) The requested URL returned error: 404 Not Found
As I understand, it tries to install the BioGenerics library, but the path is wrong.
Any suggestion how to solve this?