CheungDuMing commented on issue #12751: Bug in MxNet ??? URL: https://github.com/apache/incubator-mxnet/issues/12751#issuecomment-427575310 The data.shape is (2, 3, 128, 128) where batch_size is data.shape[0]. The loss.shape is like data.flatten(). If I increase batch_size, the loss.shape will still be [x>65536, 1]. How to fix this problem?
---------------------------------------------------------------- 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
