会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
-小夭-
博客园
首页
新随笔
联系
管理
订阅
2019年9月29日
pip安装旧版本0.4.0的pytorch
摘要: 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)
编辑
2018年6月25日
tensorflow 如何读取npy文件里的参数
摘要: 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)
编辑
读取tensorflow的checkpoint里保存的参数
摘要: 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)
编辑
2018年6月12日
python3 里安装cv2
摘要: 电脑上同时有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)
编辑
2018年6月6日
TypeError: Fetch argument 0 has invalid type <type 'int'>, must be a string or Tensor. (Can not convert a int into a Tensor or Operation.)
摘要: 6月5日的時候,修改dilated_seg.py(使用tensorflow)出現了報錯:
阅读全文
posted @ 2018-06-06 15:04 -小夭-
阅读(3106)
评论(0)
推荐(0)
编辑
公告