当前位置:网站首页>Conv1d of torch
Conv1d of torch
2022-07-29 04:50:00 【English ONly】
nn.Conv1d()
for instance , My data is (100,10,50), in other words : I have a 100 Data , Every data is a matrix , Dimension for 10×50
Parameters :
in_channels = 10 This value needs to be equal to The rows of the matrix , That is to say 10
out_channels = 3 This value is equal to the number of convolution kernels
kernel_size = 4, This value can be set by yourself , But the biggest is 50
in other words , My convolution kernel size is ,10×4 Matrix , Then move to the right according to the step .
stride = 1, The default is 1, Represents convolution kernel along The step size of the matrix moving to the right
边栏推荐
- I++ and ++i details
- Unity Foundation (3) -- various coordinate systems in unity
- 安装spinning up教程里与mujoco对应的gym,报错mjpro150
- Auto.js脚本开发环境搭建
- How to avoid damage of oscilloscope current probe
- Numpy basic learning
- oracle 更新和删除数据
- STL source code analysis (Hou Jie) notes -- Classification and testing of stl containers
- File operation (Advanced C language)
- PHP determines whether the user has logged in. If logged in, the home page will be displayed. If not, enter the login page or registration page
猜你喜欢
随机推荐
盒子水平垂直居中布局(总结)
Nail dialog text converted to pictures cannot be copied and pasted on the document
[C language] PTA 7-47 binary leading zero
img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
C language implementation of three chess
常见的限流方式
[c language] PTA 7-50 output Fahrenheit Celsius temperature conversion table
TypeError: Cannot read properties of undefined (reading ‘then‘)
Mongo shell interactive command window
Common rules of makefile (make) (II)
[c language] PTA 7-55 query fruit price
mujoco和mujoco_py安装以及解决libXcursor.so.1:NO such dictionary
Reveal安装配置调试
STL source code analysis (Hou Jie) notes -- Classification and testing of stl containers
spinning up安装完使用教程测试是否成功,出现Library“GLU“ not found和‘from pyglet.gl import *错误解决办法
Webrtc realizes simple audio and video call function
Reveal installation configuration debugging
使用近场探头和电流探头进行EMI干扰排查
Data Lake: spark, a distributed open source processing engine
Flutter实战-请求封装(二)之dio