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
是不是仅支持README中提到的几个模型以下几个模型?假设基于pytorch搭建一个transformer模型,能用turbo transformer加速吗? BERT [Python] [C++] ALBERT [Python] Roberta [Python] Transformer Decoder [Python] GPT2 [Python]
The text was updated successfully, but these errors were encountered:
怎么定义自己搭建transformer?只要是transformers构成的都模型,都可以复用我们写好的transformers接口 https://github.com/Tencent/TurboTransformers/blob/master/turbo_transformers/python/tests/bert_layer_test.py bert layer就是一个transformer结构
Sorry, something went wrong.
No branches or pull requests
是不是仅支持README中提到的几个模型以下几个模型?假设基于pytorch搭建一个transformer模型,能用turbo transformer加速吗?
BERT [Python] [C++]
ALBERT [Python]
Roberta [Python]
Transformer Decoder [Python]
GPT2 [Python]
The text was updated successfully, but these errors were encountered: