-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker build -t mxnet-rcnn mxnet-rcnn fails #3
Comments
I can confirm the error, thanks for reporting. I can't immediately see what has changed, and we target a specific of mxnet... I might not have time to dig into this for a while, but at least wanted to confirm the issue here.
|
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
i am trying to follow the build/train/evaluate instructions but get stuck at the building docker image stage:
...
++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -O3 -I/root/mxnet/mshadow/ -I/root/mxnet/dmlc-core/include -fPIC -I/root/mxnet/nnvm/include -Iinclude -funroll-loops -Wno-unused-variable -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -I/usr/l
ocal/cuda/include -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/include/opencv -fopenmp -DMSHADOW_USE_CUDNN=1 -I/root/mxnet/cub -DMXNET_USE_NVRTC=0 -MMD -c src/io/io.cc -o build/src
/io/io.o
In file included from src/io/./iter_batchloader.h:16:0,
from src/io/io.cc:7:
src/io/././inst_vector.h:157:46: error: expected class-name before '{' token
class TBlobContainer : public mshadow::TBlob {
^
src/io/././inst_vector.h:166:30: error: 'TShape' in namespace 'mshadow' does not name a type
void resize(const mshadow::TShape &shape, int type_flag) {
^
src/io/././inst_vector.h: In constructor 'mxnet::io::TBlobContainer::TBlobContainer()':
src/io/././inst_vector.h:160:21: error: expected class-name before '(' token
: mshadow::TBlob(), tensor_container_(nullptr) {}
Please help.
Thank you in advance!
The text was updated successfully, but these errors were encountered: