I see several issues with the design. I've commented in the document but for record here:
1. cpp-package is almost only used for inference. since you are planning a rewrite that's almost certainly non-backward-compatible, we might as well create a new interface that's inference only. 2. The hour-glass CAPI design should be kept. On 2018/03/14 18:07:49, Anton Chernov <[email protected]> wrote: > Dear MxNet Community, > > please find here > <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75976112> > the > design document for the proposed MXNet C++ package improvements for review > and consideration. > > Feedback is welcome and highly appreciated. Thank you! > > BR > Anton >
