- 26 10月, 2021 1 次提交
-
-
由 Steffy-zxf 提交于
* Add FasterTokenizer Operator (#34491) Add Tokenizer related functionalities for Transformer model in order that the process of training and predicting is consistent. * support the text string as an input Tensor * support the "VOCAB"unordered_map<wstring, int> as an input Tensor to lookup tokens * Tokenizer used for BERT. This tokenizer applies an end-to-end, text string to wordpiece tokenization. * It first applies basic tokenization, followed by wordpiece tokenization. * optimize fast tokenizer * remove const_cast Co-authored-by: Nzhoushunjie <zhoushunjie@baidu.com> Co-authored-by: Nwawltor <fangzeyang0904@hotmail.com>
-
- 20 11月, 2020 1 次提交
-
-
由 gongweibao 提交于
-
- 23 9月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* polish some lost error msg * add some math file to white list * polish detail based reviewer commnet
-
- 23 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 23 4月, 2019 1 次提交
-
-
由 tangwei12 提交于
-
- 14 12月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 06 12月, 2018 3 次提交
- 26 11月, 2018 1 次提交
-
-
由 minqiyang 提交于
test=develop
-
- 09 11月, 2018 1 次提交
-
-
由 qingqing01 提交于
* exhaustive search for cuDNN conv. * Refine code and add unit testing. * Fix model load in fluid/inference and unit testing in conv2d * Follow comments. * Fix compiling test=develop
-
- 08 11月, 2018 1 次提交
-
-
由 minqiyang 提交于
Fix code to support cpplint syntax check test=develop
-
- 07 11月, 2018 2 次提交
-
-
由 qingqing01 提交于
This reverts commit ce7d9b07.
-
由 qingqing01 提交于
* exhaustive search for cuDNN conv. * Refine code and add unit testing. * Clean code * Fix model load in fluid/inference and unit testing in conv2d * Follow comments.
-
- 10 9月, 2018 3 次提交
- 29 8月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 27 8月, 2018 2 次提交
- 27 6月, 2018 1 次提交
-
-
由 tensor-tang 提交于
-
- 01 6月, 2018 1 次提交
-
-
由 tensor-tang 提交于
-
- 25 5月, 2018 1 次提交
-
-
由 tensor-tang 提交于
-
- 21 5月, 2018 1 次提交
-
-
由 Liu Yiqun 提交于
Add an interface to set the number of threads for math function, and set the default value to 1 for inference.
-
- 26 4月, 2018 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 24 4月, 2018 4 次提交
-
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
- 21 4月, 2018 1 次提交
-
-
由 Abhinav Arora 提交于
-
- 12 4月, 2018 2 次提交
- 07 4月, 2018 2 次提交
- 08 3月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
* Add profiling information for inference example, recognize digits. * Refine the profiling method. * Correct the use of RecordEvent and simplify recognize_digits.
-
- 12 2月, 2018 2 次提交
-
-
由 qingqing01 提交于
-
由 Liu Yiqun 提交于
-
- 10 2月, 2018 2 次提交
- 09 2月, 2018 1 次提交
-
-
由 Siddharth Goyal 提交于
* Refine load * Address review comments: round 1 * Make API consistent with python-save/load * Add another unit test * Remove commented function * Fix GPU bug * Address review comments * Modify wrt PR 8147 * Fix filenames for combined case * Fix typo * Address review comments: round 2 * Unify TestInference by keeping default param in template * Address review comment * Fix spacing
-