Re: R help

2019-03-26 Thread Per da Silva
l download retries Replaced model > download links from dmlc to mxnet > github.com > > > > Thanks, > Qing > > > From: Anirudh Acharya > Sent: Monday, March 25, 2019 13:47 > To: dev@mxnet.incubator.apache.org > Subject: Re: R help >

Re: R help

2019-03-25 Thread Qing Lan
ilent curl option for explicit errors Added curl download retries Replaced model download links from dmlc to mxnet github.com Thanks, Qing From: Anirudh Acharya Sent: Monday, March 25, 2019 13:47 To: dev@mxnet.incubator.apache.org Subject: Re: R help Yes, that

Re: R help

2019-03-25 Thread Anirudh Acharya
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 < kellen.sunderl...@gmail.com> wrote: > Is this the error? > "test_model.R:129: error: Fine-tune > > cannot open URL > 'http://data.dmlc.ml/models/imagenet/

Re: R help

2019-03-25 Thread kellen sunderland
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.pa

Re: R help

2019-03-25 Thread Anirudh Acharya
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 '"

R help

2019-03-25 Thread Per da Silva
Dear community, I'm working on a PR to update CI GPU jobs to be based on CUDA v10. However, for some reason, amongst other things, the R tests are failing