tensorflow - Loading .ckpt-meta ,.ckpt-data,.ckpt-index files for classifying new image -
i have saved model using
saver = tf.train.saver()
in tensorflow classifying images. result of set of 3 files, .ckpt-meta
, .ckpt-index
, .ckpt-data
, , checkpoint file generated.
what these files, , how can load them classify new image set?
Comments
Post a Comment