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.77k stars 6.8k forks source link

cannot find cpp-package #19086

Closed fireant closed 4 years ago

fireant commented 4 years ago

Description

The master branch doesn't have the cpp-package directory. It seems in June this was removed?

Error Message

The C++ package is not built. USE_CPP_PACKAGE is not used in the cmake script.

To Reproduce

Try to build with the c++ package from master.

github-actions[bot] commented 4 years ago

Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.

pribadihcr commented 3 years ago

@fireant, did you resolve it?

leezu commented 3 years ago

@pribadihcr you will need to use the v1.x branch. If you are interested in helping to update the CPP package for the master branch that would be very welcome. (It needs update due to deprecation of some underlying APIs in master)