You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the README to clone the mxnet and copied GaAN's custom operators. But when I run "make", seg_op.cc returned with serveral errors like: .../incubator-mxnet/src/operator/contrib/seg_op.cc:371:18: error: ‘NodePtr’ in namespace ‘nnvm’ does not name a type; did you mean ‘NodeEntry’?
.../incubator-mxnet/src/operator/contrib/seg_op.cc:380:2: error: ‘struct mxnet::op::<lambda(int)>’ has no member named ‘add_argument’ 380 | .add_argument("data", "NDArray-or-Symbol", "The input data.")
Any possible solution?
gcc verion: 9.4.0
g++ version 9.4.0
mxnet version: linux_cu112.cmake
cuda version 11.2
brief previus steps:
git clone {mxnet}
cp {seq_op*} {mxnet}/src/contrib
mkdir build
cd build
cmake ..
make -j6
all previous built-in operators had complied fine.
The text was updated successfully, but these errors were encountered:
I've followed the README to clone the mxnet and copied GaAN's custom operators. But when I run "make", seg_op.cc returned with serveral errors like:
.../incubator-mxnet/src/operator/contrib/seg_op.cc:371:18: error: ‘NodePtr’ in namespace ‘nnvm’ does not name a type; did you mean ‘NodeEntry’?
.../incubator-mxnet/src/operator/contrib/seg_op.cc:380:2: error: ‘struct mxnet::op::<lambda(int)>’ has no member named ‘add_argument’ 380 | .add_argument("data", "NDArray-or-Symbol", "The input data.")
Any possible solution?
gcc verion: 9.4.0
g++ version 9.4.0
mxnet version: linux_cu112.cmake
cuda version 11.2
brief previus steps:
git clone {mxnet}
cp {seq_op*} {mxnet}/src/contrib
mkdir build
cd build
cmake ..
make -j6
all previous built-in operators had complied fine.
The text was updated successfully, but these errors were encountered: