Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-04-14 Thread Joshua Z. Zhang
In the long run, gluon vision model zoo will be maintained in GluonCV and 
therefore mxnet.gluon.vision.model_zoo should be deprecated to avoid duplicate 
maintenance efforts in 2.0

-- 
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-mxnet/issues/17676#issuecomment-613682982

Re: [apache/incubator-mxnet] [RFC] Raising the toolchain requirements for MXNet 2 (#17968)

2020-04-14 Thread Leonard Lausen
https://github.com/apache/incubator-mxnet/commit/fb73a1717acad61caeaeef010faed9e9fcc05f0e
 implements the proposal, fixing a number of other issues that were blocking. 
Please see the commit message for a complete list of changes.

As a follow-up item, I suggest to remove the `cpplint` we currently use in 
favor of `clang-tidy` (which we also use). cpplint enforces the Google's C++ 
style guide, which is geared toward C++03. Instead we can target 
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines with enforcement 
by clang-tidy (+ potentially MSVC).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-mxnet/issues/17968#issuecomment-613681904

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-04-14 Thread Sheng Zha
caffe usage is very low now and let's deprecate caffe converter too.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-mxnet/issues/17676#issuecomment-613546835