当前位置:网站首页>Use of pytorch (to be supplemented)
Use of pytorch (to be supplemented)
2022-06-12 13:49:00 【qq_ forty-two million seven hundred and seventy-five thousand n】
nn.Conv2d(3, 48, kernel_size=11, stride=4, padding=2)
Represents the entered channel by 3, Output channel by 48. Convolution kernels for 11x11.
among padding for int or tuple.padding=2: Fill two circles of zeros around ,padding=(1,2): Means fill in a line of zero at the top and bottom , Two rows of zeros shall be added on the left and right sides respectively . And you can use nn.ZeroPad2d() Zero compensation ( own google)
边栏推荐
- Octopus network progress monthly report | may 1-May 31, 2022
- Seekg, tellg related file operations
- Resume NFT platform trustrecruit joined Octopus network as a candidate application chain
- Codeforces 1629 C. Mexico array - simple greed
- Convert the string to hexadecimal string and display it
- Codeforces 1629 D. pecuriar movie preferences - simple thinking, palindrome strings
- Alibaba cloud development board haas510 parses serial port JSON data and sends attributes
- Web3.0, the era of "stimulating creativity"
- Ffmpeg Learning Guide
- 1004: character triangle
猜你喜欢

阿里云开发板HaaS510解析串口JSON数据并发送属性

Now you must know the pointer

Alibaba cloud development board haas510 submission device attributes

Pytorch to onnx, onnxruntime reasoning in mmclas
![2061: [example 1.2] trapezoidal area](/img/83/79b73ca10615c852768aba8d2a5049.jpg)
2061: [example 1.2] trapezoidal area

【mysql进阶】mysql索引数据结构的演变(四)

List of common ACM knowledge points (to be continued)

Paw 高级使用指南

【SemiDrive源码分析】【X9芯片启动流程】25 - MailBox 核间通信机制介绍(代码分析篇)之 RPMSG-IPCC RTOS & QNX篇

Talk about the top 10 classic MySQL errors
随机推荐
Multi source BFS problem template (with questions)
Create a small root heap and judge the node relationship (also.C\u str() substr(),atoi(),string. Use of find())
When the byte jumps, the Chinese 996 is output in the United States
Cdeforces 1638 C. inversion graph - simple thinking
Alibaba Cloud Development Board haas510 submission Device Properties
Go zero micro Service Practice Series (II. Service splitting)
Understanding recursion
【SemiDrive源码分析】【X9芯片启动流程】25 - MailBox 核间通信机制介绍(代码分析篇)之 RPMSG-IPCC RTOS & QNX篇
2065: [example 2.2] sum of integers
D1 哪吒开发板 了解基本的启动加载流程
【视频课】android studio物联网APP设计制作全套教程--国庆期间全掌握
Introduction to color coding format
【mysql进阶】查询优化原理与方案(六)
Informatics Olympiad all in one 1000: introductory test questions
1003: align output
Codeforces 1629 D. pecuriar movie preferences - simple thinking, palindrome strings
Behind the unsealing of Shanghai, this group of developers "cloud gathering" built an AI anti epidemic robot
xcode 调试openGLES
Implementing singleton mode of database under QT multithreading
Codeforces 1637 A. sorting parts - simple thinking