We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug描述 描述一下你遇到的bug, 例如报错位置、报错信息(重要, 可以直接截个图)等
版本信息 pytorch: torchvision: torchtext: ...
The text was updated successfully, but these errors were encountered:
构造中心词和背景词两个词嵌入层 `embed_size = 100
net = nn.Sequential( nn.Embedding(num_embeddings=len(idx_to_token), embedding_dim=embed_size), nn.Embedding(num_embeddings=len(idx_to_token), embedding_dim=embed_size) )`
Sorry, something went wrong.
No branches or pull requests
bug描述
描述一下你遇到的bug, 例如报错位置、报错信息(重要, 可以直接截个图)等
版本信息
pytorch:
torchvision:
torchtext:
...
The text was updated successfully, but these errors were encountered: