Checkpoint的使用(未完成,待续)

Checkpoint中记录了训练过程中的参数情况,方便后期对网络中参数的提取和查看

 

在checkpoint文件夹中有以下几个文件:

Checkpoint的使用(未完成,待续)

 

SRCNN.model-500  SRCNN.model-1000等代表记录的模型
reader = tf.train.NewCheckpointReader(path)#path代表SRCNN.model-500的路径及其名称:                             
path = 'D:/computer-vision/SR/1SRCNN/SRCNN-Tensorflow-master/checkpoint/srcnn_21/SRCNN.model-500'