You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/04/19 21:05:43 UTC

[GitHub] szha commented on a change in pull request #10617: [MXNET-337] Change Model url to S3

szha commented on a change in pull request #10617: [MXNET-337] Change Model url to S3
URL: https://github.com/apache/incubator-mxnet/pull/10617#discussion_r182884567
 
 

 ##########
 File path: scala-package/examples/src/test/scala/org/apache/mxnetexamples/infer/objectdetector/ObjectDetectorExampleSuite.scala
 ##########
 @@ -35,7 +35,7 @@ class ObjectDetectorExampleSuite extends FunSuite with BeforeAndAfterAll {
     logger.info("tempDirPath: %s".format(tempDirPath))
 
     val modelBase = "https://s3.amazonaws.com/model-server/models/resnet50_ssd/"
-    val synsetBase = "https://raw.githubusercontent.com/awslabs/mxnet-model-server/master/examples/"
+    val synsetBase = "https://s3.amazonaws.com/model-server/models/resnet50_ssd/"
 
 Review comment:
   legacy, us-east-1 didn't have region name

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services