classification_models
classification_models copied to clipboard
Resnet34 with pretrained weights on TensorFlow 2
Hi,
Thanks for your work. I would like to train a resnet34 model starting with pretrained imagenet weights. This repo works fine on TF1, but not on TF2. Has this code been ported to TensorFlow 2?
Thanks.
Yes, it has. It's working fine for me. I am using Resnet18. What's not working for you?