You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to take the pre-trained Mask RCNN from the Fashionpedia project https://github.com/tensorflow/tpu/tree/master/models/official/detection/projects/fashionpedia with the given checkpoints and config files and convert it to a tf saved_model format. I can use the model for inference, but I want to save it in a more recent format. I can't seem to find the right documentation https://www.tensorflow.org/guide/migrate/migrate_tf2 or examples of this. I went through the migration form TF1 to TF2 documentation, but didn't really see any methods there. Any help will be really helpful.
The text was updated successfully, but these errors were encountered:
I am trying to take the pre-trained Mask RCNN from the Fashionpedia project https://github.com/tensorflow/tpu/tree/master/models/official/detection/projects/fashionpedia with the given checkpoints and config files and convert it to a tf saved_model format. I can use the model for inference, but I want to save it in a more recent format. I can't seem to find the right documentation https://www.tensorflow.org/guide/migrate/migrate_tf2 or examples of this. I went through the migration form TF1 to TF2 documentation, but didn't really see any methods there. Any help will be really helpful.
The text was updated successfully, but these errors were encountered: