Is the fluid released resnet50 pretrained model converted from paddle v2 or retrained from the ImageNet?
Created by: TheodoreG
Hello, we use the released pretrained ResNet50 model to extract features from the last pool layer to make bottleneck training. But we find that compared to original v2 version, fluid version has relatively 1~2 percent accuracy decline. So here are two questions: 1、Is the fluid released resnet50 pretrained model converted from paddle v2 version? 2、Is there any way to convert v2 model weights to fluid model weights?