ry / tensorflow-resnet

ResNet model in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to convert checkpoint files to .pb format.

rnsandeep opened this issue · comments

I want to use the pretrained residual network weights and finetune it on my own dataset. There is an example given in tensorflow examples/image_retraining/retrain.py which loads a pretrained inception model and relearns the last layer. In this the model is loaded in .pb format. Can anyone give the code to convert checkpoint files to .pb format.