摘要: import numpy as npc = np.load( "vgg16.npy" ) #npy的文件名x = c.item() #此时,x的type是一个字典name = 'conv1_1'print x['fc7'][0].shape 阅读全文
posted @ 2018-06-25 19:46 -小夭- 阅读(1095) 评论(0) 推荐(0) 编辑
摘要: import tensorflow as tf from tensorflow.python import pywrap_tensorflow import os checkpoint_path = '/home/lyy/titan3/gitclone/Unet-Tensorflow/model_output_20180619091248/checkpoint/model-9870' #通过... 阅读全文
posted @ 2018-06-25 19:43 -小夭- 阅读(589) 评论(0) 推荐(0) 编辑