We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Hey, did you overcome it ? If yes, is it possible to share with me ?
Sorry, something went wrong.
No branches or pull requests
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: