会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
像阳光,像春天
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
13
下一页
2020年6月8日
tensorflow 自带的实现函数翻转的函数
摘要: https://www.cnblogs.com/bonelee/p/8953574.html
阅读全文
posted @ 2020-06-08 16:15 像阳光,像春天
阅读(225)
评论(0)
推荐(0)
2020年6月6日
namedtuple
摘要: https://baijiahao.baidu.com/s?id=1613589944704758634&wfr=spider&for=pc
阅读全文
posted @ 2020-06-06 16:59 像阳光,像春天
阅读(107)
评论(0)
推荐(0)
apt-get update 一直 0% working 失败解决方案
摘要: 解决方法: 方法一 第一步:root@validator-dev-group-c2v4:~# cd /usr/lib/apt/methods 第二步: root@validator-dev-group-c2v4:/usr/lib/apt/methods# ln -s http https 方法二 删
阅读全文
posted @ 2020-06-06 15:19 像阳光,像春天
阅读(2691)
评论(0)
推荐(0)
docker常用命令
摘要: https://www.cnblogs.com/DeepInThought/p/10896790.html
阅读全文
posted @ 2020-06-06 11:30 像阳光,像春天
阅读(119)
评论(0)
推荐(0)
把文件上传至docker容器
摘要: 执行复制时命令的时候一定要退出docker环境 docker cp dir1 容器ID:/dir2 即把目录1整个复制到了容器中的dir2目录下 https://www.php.cn/linux-445904.html
阅读全文
posted @ 2020-06-06 11:26 像阳光,像春天
阅读(2998)
评论(0)
推荐(1)
查找和进入容器
摘要: docker ps :功能是列出容器 使用docker exec 就可以进入container,例如:docker exec -it <container_id> /bin/bash such as : docker exec -it cbf00653f832 /bin/bash
阅读全文
posted @ 2020-06-06 10:29 像阳光,像春天
阅读(189)
评论(0)
推荐(0)
2020年6月5日
TensorFlow函数:tf.image.resize_bilinear和tf.image.resize_nearest_neighbor函数
摘要: tf.image.resize_bilinear函数 tf.image.resize_bilinear( images, size, align_corners=False, name=None ) 请参阅指南:图像操作>调整大小 使用双线性插值调整images大小为指定的size. 输入图像可以是
阅读全文
posted @ 2020-06-05 09:36 像阳光,像春天
阅读(1993)
评论(0)
推荐(0)
2020年6月4日
tf.contrib.layers.l2_regularizer
摘要: 就是我们熟知的L2正则化,是权重的平方再加和 L1正则化是权重的绝对值加和 转载:https://www.cnblogs.com/guqiangjs/p/7807852.html
阅读全文
posted @ 2020-06-04 21:00 像阳光,像春天
阅读(815)
评论(0)
推荐(0)
os.chdir()
摘要: os.chdir() 方法用于改变当前工作目录到指定的路径。 语法 chdir()方法语法格式如下: os.chdir(path) 参数 path -- 要切换到的新路径。 返回值 如果允许访问返回 True , 否则返回False。 https://www.runoob.com/python/os
阅读全文
posted @ 2020-06-04 19:27 像阳光,像春天
阅读(195)
评论(0)
推荐(0)
python中的self
摘要: 转载:https://www.cnblogs.com/masbay/p/10688541.html
阅读全文
posted @ 2020-06-04 10:24 像阳光,像春天
阅读(123)
评论(0)
推荐(0)
1
2
3
4
5
···
13
下一页
公告