apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.78k stars 6.79k forks source link

No CI for tools/coreml package #11843

Open apeforest opened 6 years ago

apeforest commented 6 years ago

Description

The mxnet-to-coreml package under tools/coreml does not have CI and new releases that breaks this package directly affects its customers. (See issue 10349). We should add tests of this package to our CI system.

Environment info (Required)

----------Python Info----------
('Version      :', '2.7.15')
('Compiler     :', 'GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)')
('Build        :', ('default', 'May  1 2018 16:44:37'))
('Arch         :', ('64bit', ''))
------------Pip Info-----------
('Version      :', '10.0.1')
('Directory    :', '/Users/lnyuan/.virtualenvs/mxnet2/lib/python2.7/site-packages/pip')
----------MXNet Info-----------
('Version      :', '1.3.0')
('Directory    :', '/Users/lnyuan/work/incubator-mxnet/python/mxnet')
Hashtag not found. Not installed from pre-built package.

Package used (Python/R/Scala/Julia): Python

Build info (Required if built from source)

Compiler (gcc/clang/mingw/visual studio): g++

MXNet commit hash: e4134c8270c1b944278b1e0331313074b1d97cc0

apeforest commented 6 years ago

@sandeep-krishnamurthy Please help to label this issue CI

nswamy commented 6 years ago

@apeforest are there tests that can be tested on CI?

nswamy commented 6 years ago

11841

apeforest commented 6 years ago

@nswamy I have created another issue to update/add tests for that package.

szha commented 6 years ago

@pracheer

apeforest commented 6 years ago

Created a JIRA ticket to track this issue. I will work on this task with help from @marcoabreu

piyushghai commented 6 years ago

I believe this PR : https://github.com/apache/incubator-mxnet/pull/11952 will also track this issue.