pudae / tensorflow-densenet

Tensorflow-DenseNet with ImageNet Pretrained Models
Apache License 2.0
169 stars 59 forks source link

It did not work when I loaded densenet161 pre-trained model using tf.train.latest_checkpoint #9

Closed hustzwen closed 6 years ago

pudae commented 6 years ago

How did you run the script? Attach your output, plz..

hustzwen commented 6 years ago

I saved the graph and it worked, perhaps tf.train.latest_checkpoint can't work when misssing the checkpoint file. I'm new to TF and thanks for your attention.