摘要: pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.1-cp35-cp35m-linux_x86_64.whl -i https://pypi.tuna.tsinghua.edu.cn/simple docker-compose - 阅读全文
posted @ 2019-09-29 14:52 -小夭- 阅读(9085) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 电脑上同时有python2 和python3,python2 里有cv2,Python3里没有。 用pip3 install opencv-python 安装,提示: You are using pip version 9.0.1, however version 10.0.1 is availab 阅读全文
posted @ 2018-06-12 10:12 -小夭- 阅读(2635) 评论(0) 推荐(0) 编辑
摘要: 6月5日的時候,修改dilated_seg.py(使用tensorflow)出現了報錯: 阅读全文
posted @ 2018-06-06 15:04 -小夭- 阅读(3106) 评论(0) 推荐(0) 编辑