lichen11 commented on issue #7968: [R] Transfer Learning using VGG-16 URL: https://github.com/apache/incubator-mxnet/issues/7968#issuecomment-332685732 I changed the line for input.shape to input.shape = list(data = c(224, 224, 3, 8)), then I am getting the error Error in symbol$infer.shape(list(...)) : Not compatible with requested type: [type=list; target=integer]. I also tried input.shape = list("data" = c(224, 224, 3, 8)), still getting the same error. I didn't encounter error using input.shape = c(224, 224, 3, 8), I am using mxnet_0.10.1. ---------------------------------------------------------------- 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
