Hey guys, Thanks heaps for the help. Indeed, rebasing on top of Anton's changes has fixed the R issue.
Thanks again! Per On Mon, Mar 25, 2019 at 6:50 PM Qing Lan <[email protected]> wrote: > Change to > http://data.mxnet.io/models/imagenet/inception-bn/Inception-BN-0126.params > <http://data.dmlc.ml/models/imagenet/inception-bn/Inception-BN-0126.params> > would work. Please keep track on this PR: > > https://github.com/apache/incubator-mxnet/pull/14504 > [https://avatars2.githubusercontent.com/u/1753787?s=400&v=4]< > https://github.com/apache/incubator-mxnet/pull/14504> > > Fixes for CI downloads by lebeg · Pull Request #14504 · > apache/incubator-mxnet< > https://github.com/apache/incubator-mxnet/pull/14504> > Description Fixed for CI verification builds. Changes Removed the silent > curl option for explicit errors Added curl download retries Replaced model > download links from dmlc to mxnet > github.com > > > > Thanks, > Qing > > ________________________________ > From: Anirudh Acharya <[email protected]> > Sent: Monday, March 25, 2019 13:47 > To: [email protected] > Subject: Re: R help > > Yes, that is the error, need to dig deeper why that URL is not working. > > > Thanks > Anirudh > > > On Mon, Mar 25, 2019 at 10:40 AM kellen sunderland < > [email protected]> wrote: > > > Is this the error? > > "test_model.R:129: error: Fine-tune > > > > cannot open URL > > ' > http://data.dmlc.ml/models/imagenet/inception-bn/Inception-BN-0126.params > > ' > > 1: GetInception() at R-package/tests/testthat/test_model.R:129 > > 2: download.file(" > > > http://data.dmlc.ml/models/imagenet/inception-bn/Inception-BN-0126.params > > ", > > destfile = "model/Inception-BN-0126.params")" > > > > Looks like the > > > http://data.dmlc.ml/models/imagenet/inception-bn/Inception-BN-0126.params > > is failing for me as well. > > > > > > On Mon, Mar 25, 2019 at 10:37 AM Anirudh Acharya <[email protected]> > > wrote: > > > > > Hi Per da Silva, > > > > > > Let me know if I can help, we can chat offline. > > > > > > From first glance it would seem > > > > > > - R:MKLDNN CPU is passing whereas R:CPU is failing > > > - R:GPU might have failed due to this "cannot open URL ' > > > > > > > > > http://data.dmlc.ml/models/imagenet/inception-bn/Inception-BN-0126.params > > > '" > > > > > > > > > Thanks > > > Anirudh > > > > > > > > > On Mon, Mar 25, 2019 at 7:34 AM Per da Silva <[email protected]> > > wrote: > > > > > > > Dear community, > > > > > > > > I'm working on a PR < > > > https://github.com/apache/incubator-mxnet/pull/14513> > > > > to update CI GPU jobs to be based on CUDA v10. However, for some > > reason, > > > > amongst other things, the R tests are failing > > > > < > > > > > > > > > > http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-14513/4/pipeline > > > > >. > > > > I would really appreciate some help from the R experts to get it > sorted > > > =D > > > > > > > > Thanks in advance, > > > > > > > > Per > > > > > > > > > >
