guyera / Generalized-ODIN-Implementation

24 stars 4 forks source link

Resnet34 code issue #5

Open ROBOTICSENGINEER opened 3 years ago

ROBOTICSENGINEER commented 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.