tensorflow-resnet icon indicating copy to clipboard operation
tensorflow-resnet copied to clipboard

Output Node Names for the pre-trained data ?

Open dangithubs opened this issue 8 years ago • 1 comments

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.

dangithubs avatar Mar 24 '17 11:03 dangithubs

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

ameliajimenez avatar Jul 21 '17 13:07 ameliajimenez