-
-
Save azamsharp/bf275cba81128ecf26b7cd75b2c30c8e to your computer and use it in GitHub Desktop.
converting file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tfcoreml as tf_converter | |
tf_converter.convert(tf_model_path = 'inception_v1_2016_08_28_frozen.pb', | |
mlmodel_path = 'InceptionV1.mlmodel', | |
output_feature_names = ['InceptionV1/Logits/Predictions/Softmax:0'], | |
image_input_names = 'input:0', | |
class_labels = 'imagenet_slim_labels.txt' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment