tensorflow / models

Models and examples built with TensorFlow
Other
77.04k stars 45.77k forks source link

Convert iNaturalist TF1 model to TF2 #8921

Open joshd-7 opened 4 years ago

joshd-7 commented 4 years ago

Prerequisites

Please answer the following question for yourself before submitting an issue.

1. The entire URL of the file you are using

http://download.tensorflow.org/models/object_detection/faster_rcnn_resnet101_fgvc_2018_07_19.tar.gz

2. Describe the feature you request

I would like to use this model in Tensorflow 2.x with GPU support. I haven't found any documentation on how the other Tensorflow 1.x models were converted to be Tensorflow 2.x supported.

3. Additional context

4. Are you willing to contribute it? (Yes or No)

Yes, but I would need examples as I'm new to this.

joshd-7 commented 4 years ago

Any update on this?

Suraj1199 commented 3 years ago

Here's the official guide on how to convert legacy TF code into nativeTF 2.x.