CapivaraProjects / GYResources

This repository is dedicated to turn available green eyes resources like an API
2 stars 3 forks source link

Create a checkpoint file to a classification model #99

Closed ghost closed 6 years ago

ghost commented 6 years ago

Update the python file /tensorflow/examples/image_retraining/retrain.py to save a checkpoint file before closes the main tensorflow session with: save_path = saver.save(sess, "/path/to/save/model.ckpt") as explained in this tutorial