a171232886 / a171232886/a171232886.github.io
Pytorch中的Conv1d和Conv3d | 小王同学
- Lingua principale
- HTML
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
https://a171232886.github.io/2021/11/22/Pytorch%E4%B8%AD%E7%9A%84Conv1d%E5%92%8CConv3d/
Conv1d
torch.nn.Conv1d(in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, bias=True, padding_mode='zeros')
和Conv2d处理[N,C,H,W]相比,只是处理处理的数据为[N,C,L],其余相同。
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue links to a blog post about PyTorch's Conv1d and Conv3d layers. The task is to incorporate this content into the repository's documentation. First, locate the existing documentation structure in the repo (likely under a 'docs' or 'source/_posts' directory for Hexo). Review the linked post's content, then create or update a markdown file that explains Conv1d and Conv3d, comparing them to Conv2d. Ensure the formatting matches the site's style. Done when the new content is added and ready for a pull request.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- pytorch
- Ambito
- documentation
- Tipo di issue
- Documentazione
- Difficoltà
- 1/5
- Tempo stimato
- Meno di un'ora
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 75/100