opringle commented on issue #8663: terminate called after throwing an instance of 'std::out_of_range? URL: https://github.com/apache/incubator-mxnet/issues/8663#issuecomment-356503080 @CXMA479 I found the solution is to make sure you define the name for each symbol. Try changing to `pred_e = mx.sym.FullyConnected(data= pred, num_hidden=1, name='prediction_layer')`. I've documented this in detail in
---------------------------------------------------------------- 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
