Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Caffe integration test fails because it is not able to download files from caffe server #8283

Closed
indhub opened this issue Oct 15, 2017 · 2 comments · Fixed by #9503
Closed

Comments

@indhub
Copy link
Contributor

indhub commented Oct 15, 2017

Description

Caffe integration test fails because it is not able to download files from caffe server.

Failed build:
https://builds.apache.org/blue/organizations/jenkins/incubator-mxnet/detail/v0.12.0/4/pipeline

  • If license permits, we should be hosting these files in S3 and downloading from there for the purposes of tests instead of depending on external servers.
  • The test can also check if the file already exists in the file system to avoid downloading again and again every time.

Environment info (Required)

CI builds.

Steps to reproduce

Build and run integration test.

indhub added a commit that referenced this issue Oct 15, 2017
…e it is not able to download files from caffe server. (#8284)

This test can be enabled again after #8283 is fixed.
@szha
Copy link
Member

szha commented Oct 15, 2017

The link indicated in the error works fine here. http://dl.caffe.berkeleyvision.org/bvlc_googlenet.caffemodel

cjolivier01 pushed a commit that referenced this issue Oct 15, 2017
…e it is not able to download files from caffe server. (#8284)

This test can be enabled again after #8283 is fixed.
@szha
Copy link
Member

szha commented Jan 19, 2018

Reviewed the license, and it doesn't pose any restriction on use. I will move its hosting to s3 and re-enable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants