fengshi2017 opened a new issue #12145: syncbatchnorm for 3d cnn URL: https://github.com/apache/incubator-mxnet/issues/12145 Hello, during training I3d with videos, I simply replace gluon.nn.BatchNorm with gluon.nn.SyncBatchNorm but an error as following is reported. Could anyone explain how to solve this problem? error info: mxnet/3rdparty/tvm/nnvm/include/nnvm/tuple.h:438: Check failed: dim == static_cast<int>(ndim()) (4 vs. 5) dimension do not match target dimension 4 vs 5
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
