graykode / graykode/nlp-tutorial
TextCNN_Torch have wrong comment
Aperta
- Lingua principale
- Jupyter Notebook
- Stelle
- 14.9k
- Fork
- 3.9k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
`def forward(self, X):
embedded_chars = self.W[X] # [batch_size, sequence_length, sequence_length] `
I think the shape is [batch_size, sequence_length,embedding_size]
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.