Reputation: 3053
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
Reputation: 133
You can use Keras ResNet(18,34,50,101,152) pre-trained models https://github.com/qubvel/classification_models
Upvotes: 2