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

2020-06-10 Thread Haibin Lin
Drop the following loss operators since they are used with Module API: - mx.symbol.LinearRegressionOutput - mx.symbol.MAERegressionOutput - mx.symbol.LogisticRegressionOutput - mx.symbol.SVMOutput - mx.symbol.SoftmaxOutput -- You are receiving this because you authored the thread. Reply to this

Re: [MENTORS] PPMC case-by-case decision for major modifications of third-party work guidance

2020-06-10 Thread Bob Paulin
First general disclaimer: I am not a lawyer.  Second Disclaimer with an engineer hat on we want to avoid copying third party code into the project since it increases the amount of maintenance in a sense from a code standpoint and from a licensing standpoint.  If at all possible it is preferable

Re: [MENTORS] PPMC case-by-case decision for major modifications of third-party work guidance

2020-06-10 Thread Leonard Lausen
Hi Bob, yes, your understanding is correct. To further give an example I'd like to quote Haozheng who added two of the files in question: > The two files originate from > https://github.com/numpy/numpy/blob/master/numpy/core/einsumfunc.py . > I translated them from python to cpp. The original

Re: [MENTORS] PPMC case-by-case decision for major modifications of third-party work guidance

2020-06-10 Thread Bob Paulin
Hi, Let me restate to make sure I understand what's being asked. 1) There is third party code in the project that has Major Modifications to the original third party source. 2) The original third party code does not currently have two license headers (ex Third Party Code has MIT license only.