ry / tensorflow-resnet

ResNet model in TensorFlow
MIT License
1.66k stars 625 forks source link

Output Node Names for the pre-trained data ? #29

Open dangithubs opened 7 years ago

dangithubs commented 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.

ameliajimenez commented 7 years ago

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