cloudml icon indicating copy to clipboard operation
cloudml copied to clipboard

Problem with loading libraries in cloudml

Open Z-ingdotnet opened this issue 5 years ago • 0 comments

I tried uploading my R training files from local project using cloudml_train, However, I encountered a lot of issues with uploaded jobs failing. I try to narrow down the issue by going back to the mnist example which run successfully and only modified the example slightly with adding a few libraries load as per below, retaining the rest of the code in the mnist example as they are library(keras) library(lime) library(rsample) library(recipes) library(yardstick) library(corrr) library(funModeling) library(tidyverse) library(readxl)

the error was similar to the other run of my own model. I am just wondering if this is something with cloudML package or the AI engine? It appears some dependencies were not accessible by cloudML engine. and unable to get from CRAN Please if anyone could shred some light that would be much appreciated

2020-02-09T09:30:49.407953977Z master-replica-0 Installing latticeExtra (0.6-29) ... I master-replica-0 2020-02-09T09:30:49.408627985Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0 2020-02-09T09:30:49.408884048Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0 2020-02-09T09:30:49.409107923Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0 2020-02-09T09:30:49.409305094Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0 2020-02-09T09:30:49.409548043Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0 2020-02-09T09:30:49.409764050Z master-replica-0 FAILED I master-replica-0 2020-02-09T09:30:49.409967898Z master-replica-0 Error in getSourceForPkgRecord(pkgRecord, srcDir(project), availablePackagesSource(repos = repos), : I master-replica-0 undefined 2020-02-09T09:30:49.410171031Z master-replica-0 Failed to retrieve package sources for latticeExtra 0.6-29 from CRAN (internet connectivity issue?) I master-replica-0

Z-ingdotnet avatar Feb 09 '20 10:02 Z-ingdotnet