deep-learning-models icon indicating copy to clipboard operation
deep-learning-models copied to clipboard

Are this models for Tensorflow backend ot=r Theano backend?

Open muthiyanbhushan opened this issue 6 years ago • 1 comments

I want to save the weights and load the weights in Keras with Tensorflow backend.

When I import ResNet50 model with Tensorflow backend I get errors

ValueError: Cannot feed value of shape (512, 256, 1, 1) for Tensor 'Placeholder_78:0', which has shape '(1, 1, 128, 512)'

Can I get the tensorflow weights fro ResNet50, VGG19, VGG16 models?

Thanks.

muthiyanbhushan avatar Mar 09 '18 19:03 muthiyanbhushan

Could you solve this issue?

danisamba avatar Mar 29 '21 10:03 danisamba