深度学习
文章平均质量分 61
快乐的冲浪码农
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
图像经过卷积的图片尺寸
Image size after convolusion: where n is the width (or height) of the image, k is the kernel size, p is the padding, s is the stride. Image size after pooling: where n is the width (or height) of the image, f is the pooling size, s is the stride.原创 2021-02-04 17:40:51 · 552 阅读 · 0 评论 -
Yolov3+Pytorch+OpenCV 实现足球场上球员和足球的目标检测
文章目录前言项目实现结果项目结构核心代码项目黑盒化 前言 在阅读本项目前,推荐几个入门学习视频: Python基础:https://www.bilibili.com/video/BV1wD4y1o7AS?from=search&seid=15848583499505864776 深度学习理论:https://www.bilibili.com/video/BV1JE411g7XF?from=search&seid=8763543874627896455 Pytorch:https://ww原创 2021-03-02 17:28:59 · 3733 阅读 · 10 评论 -
【PyTorch】MacOS下PyTorch的开发环境安装
文章目录1 PyTorch生态2 PyTorch能干什么3 PyTorch的开发环境安装 1 PyTorch生态 2 PyTorch能干什么 GPU加速 自动求导 常用网络层: nn.Linear nn. Conv2d nn. LSTM nn. ReLu nn Sigmoid nn. Softmax nn crossentropyLoss nn.MSE 3 PyTorch的开发环境安装 ...原创 2020-12-03 20:42:46 · 612 阅读 · 0 评论
分享