Re: R help

2019-03-26 Thread Per da Silva
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  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 
> Sent: Monday, March 25, 2019 13:47
> To: dev@mxnet.incubator.apache.org
> 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 <
> 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/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 
> > 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 
> > 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
> > > >
> > >
> >
>


Re: R help

2019-03-25 Thread Qing Lan
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 
Sent: Monday, March 25, 2019 13:47
To: dev@mxnet.incubator.apache.org
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 <
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/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 
> 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 
> 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
> > >
> >
>


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/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 
> 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 
> 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
> > >
> >
>


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.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 
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  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
> >
>


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
   '"


Thanks
Anirudh


On Mon, Mar 25, 2019 at 7:34 AM Per da Silva  wrote:

> 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
> <
> 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
>


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
.
I would really appreciate some help from the R experts to get it sorted =D

Thanks in advance,

Per