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
在 fastNLP 版本 1.0.1 中
from fastNLP.embeddings.embedding import TokenEmbedding
报错:
ModuleNotFoundError: No module named 'fastNLP.embeddings.embedding'
The text was updated successfully, but these errors were encountered:
因为fastNLP 1.0.1版本中我们支持多种深度学习框架,所以在embedding引用时需要加入具体的深度学习框架
from fastNLP.embeddings.torch.embedding import TokenEmbedding
Sorry, something went wrong.
No branches or pull requests
在 fastNLP 版本 1.0.1 中
报错:
The text was updated successfully, but these errors were encountered: