Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ __init__
Method
__init__
beginner_source/nlp/word_embeddings_tutorial.py:337–338 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
335
class
CBOW(nn.Module):
336
337
def
__init__(self):
338
pass
339
340
def
forward(self, inputs):
341
pass
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected