Milind Deore
Milind Deore

Reputation: 3053

ResNet34 - Pretrained model on imagenet using tensorflow

Can someone point me to the Resnet34 pre-trained model on image-net using tensorflow? I am not sure but TF-slim trained model are same or would there be difference?

Upvotes: 2

Views: 11566

Answers (1)

M Hendra Herviawan
M Hendra Herviawan

Reputation: 133

You can use Keras ResNet(18,34,50,101,152) pre-trained models https://github.com/qubvel/classification_models

Upvotes: 2

Related Questions