摘要:
import numpy as npc = np.load( "vgg16.npy" ) #npy的文件名x = c.item() #此时,x的type是一个字典name = 'conv1_1'print x['fc7'][0].shape 阅读全文
摘要:
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' #通过... 阅读全文