Open happycoding1996 opened 6 years ago
Have you made any changes to the data set voc2012?Why does this error occur when I run the program? xml.etree.ElementTree.parseError:not well-formed(invalid token):line1,column 0。Could you tell me how to solve this problem?
when deploying the function above, the output I got on screen were as follows: --------b4: (272, 500, 3) resized: (224, 224, 3) transposed: (3, 224, 224) expanded: (1, 3, 224, 224) --------aft: (1, 1, 5376)
the final output from the 31th layers of VGG16 should be 25088 (size of length), but in my code the size is 5376. Therefore the inference cannot be continued because of this dismatch between two vectors, one should be 25088, but is 5376 instead.