Dmytro Bobrenko
Results
2
comments of
Dmytro Bobrenko
@ZhengtianXu Make sure you have copied `operator_cxx` **contents**, not the directory itself, into mxnet/src/operators/contrib. i.e `cp -r ${YOUT_FCIS_ROOT}/fcis/operator_cxx/* ${YOUR_MXNET_ROOT}/src/operator/contrib/`
@lc8631058 make sure you have compiled MXNET by yourself (not from pip), and copied these files **before** the MXNET compilation. For example: 1. Clone FCIS and MXNET repos as described...