Open ROBOTICSENGINEER opened 3 years ago
Input of resnet must be 224 x 224. However, your code is 32 by 32. when I change the input to 224, the code give error that output shape is 25088. However, resnet32 feature space is 512.
Input of resnet must be 224 x 224. However, your code is 32 by 32. when I change the input to 224, the code give error that output shape is 25088. However, resnet32 feature space is 512.