Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
2 contributions in the last year
Contribution activity
July - August 2020
Halfish has no activity
yet for this period.
June 2020
Created an issue in PaddlePaddle/ERNIE that received 1 comment
动态图有 batch 接口吗?
我想要拿到一个句子的 ernie 向量表示,但是发现首页给出的接口只支持单个句子,这样的话跑起来有点慢,想问下这个支持 batch 接口吗? ids, _ = tokenizer.encode('hello world') ids = D.to_variable(np.expand_dims(ids
1
comment