Open dangithubs opened 7 years ago
I am trying to use Freeze_Graph.py in Tensorflow_serving on the pre-trained model listed on this page which is in .ckpt and .meta
I have tried the output node names as "Accuracy/predictions"
However this is not correct, I expect the output node names were passed into whatever trained the model. However this isn't listed in the Readme.md.
Hello @dangithubs
How are you loading the pre-trained weights into the model? I would like to finetune it for a different task. Thanks in advance
I am trying to use Freeze_Graph.py in Tensorflow_serving on the pre-trained model listed on this page which is in .ckpt and .meta
I have tried the output node names as "Accuracy/predictions"
However this is not correct, I expect the output node names were passed into whatever trained the model. However this isn't listed in the Readme.md.