- 17 3月, 2020 3 次提交
-
-
由 tangwei12 提交于
Fleet Parameter Server API Integrated
-
由 chalsliu 提交于
* Improved stability through the use of caching test=develop * fix style test=develop * Fix syntax error test=develop * Fix syntax error test=develop
-
由 liym27 提交于
* Support Tensor.shape in control flow if/for/while and separate TensorShapeTransformer from BasicApiTransformer. test=develop
-
- 16 3月, 2020 3 次提交
-
-
由 wangchaochaohu 提交于
* remove the fill_constant_batch_size_like, gaussian_random_batch_size_like and uniform_random_batch_size_like_cn three Op unittest
-
由 WangXi 提交于
-
由 liu zhengxi 提交于
* add transpose_flatten_concat_fuse_pass tests for gpu and trt, test=develop * update test_inference_api.py, test=develop
-
- 14 3月, 2020 1 次提交
-
-
由 Aurelius84 提交于
* Support and/or in controlFlow if test=develop * Refine IsControlFlow interface test=develop
-
- 13 3月, 2020 3 次提交
-
-
由 tianshuo78520a 提交于
* fix the travic ci problem
-
由 wangchaochaohu 提交于
* add fusion group test for backward and refine code
-
由 liym27 提交于
* Support that the input(x) of stack api is a LoDTensorArray. test=develop * Support that the input of concat api is a LoDTensorArray. test=develop * Add tests to test stack/concat called in dygraph_to_static. test=develop
-
- 12 3月, 2020 4 次提交
-
-
由 Chen Weihang 提交于
* add dygraph parallel env doc, test=develop * polish details, test=develop, test=document_fix * fix examples error in other apis, test=develop * fix more example error in other api, test=develop * add white list for gpu examples, test=develop, test=document_fix
-
由 liym27 提交于
* support list in control flow if. test=develop * support list in for/while and supplement tests. test=develop
-
由 wangchaochaohu 提交于
* add support for expression type convert and add cast Op support in fusion group
-
由 yaoxuefeng 提交于
* update * update test=develop * update compile set test=develop * update compile set test=develop * update test=develop * update test=develop * update test=develop * update compile setting test=develop * update compile setting test=develop * update run demo test=develop * update test=develop * update test=develop * fix test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update format test=develop * update format test=develop * update style test=develop * update style test=develop * change style test=develop * change style test=develop * change style test=develop * add dataset unittest test=develop * update test=develop * update for record test=develop * udpate style for record test=develop * update for record test=develop * update for record test=develop * update for record test=develop * fix format test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * fix compile warning test=develop * add attr default test=develop * add unittest test=develop * fix style test=develop * fix style test=develop * change out_val_ifempty to out_val_if_empty test=develop
-
- 11 3月, 2020 7 次提交
-
-
由 Huihuang Zheng 提交于
1. Add basic support for `for in range` loop 2. Move `test_dygraph_to_static_*` to `dygraph_to_static` dir and rename them 3. Add test case for dict in while_loop
-
由 Chengmo 提交于
speed create clip op
-
由 Wilber 提交于
* add skip_layernorm pass. test=develop
-
由 Huihuang Zheng 提交于
As the title
-
由 lidanqing 提交于
-
由 Zhaolong Xing 提交于
* 1. add embedding eltwise layernorm fuse 2. add embedding eltwise layernorm op 3. refine inplace_add_relu 4. refine fc_eltwise_layernorm test=develop * 1. refine fc test=develop * fix comments test=develop * fix comments test=develop
-
由 Aurelius84 提交于
+ Refine code structure and move code related with control flow `if` into `ifelse_transformer.py` + Merge code of `ast_utils.py` into `utils.py`
-
- 10 3月, 2020 5 次提交
-
-
由 guofei 提交于
As the title.
-
由 Chen Weihang 提交于
-
由 yaoxuefeng 提交于
* fix add grad bug test=develop * update style test=develop
-
由 WangXi 提交于
-
由 Aurelius84 提交于
-
- 09 3月, 2020 5 次提交
-
-
由 Zeng Jinle 提交于
* refine grad maker, test=develop * refactor tracer stage 1, test=develop * merge develop to solve conflict third times, test=develop
-
由 mapingshuo 提交于
* fix API param bug of recompute.backward(), test=develop
-
由 gongweibao 提交于
-
由 mapingshuo 提交于
add lookup_table_dequant_op
-
由 WangXi 提交于
-
- 07 3月, 2020 1 次提交
-
-
由 liym27 提交于
-
- 06 3月, 2020 4 次提交
-
-
由 liym27 提交于
* support basic tensor.shape. * Support tensor.shape with dependencies.
-
由 Chen Weihang 提交于
* polish detail implement of data loader, test=develop * solve coverage ci problem, test=develop
-
由 wawltor 提交于
In elementwise_min api doc has the error, all the api just use the elementwise_max op, we just correct the doc.
-
由 Huihuang Zheng 提交于
1. copy.deepcopy in NameVisitor should be changed to copy.copy to make hash or set work 2. read_context should be type of gast.Load()/gast.AugLoad(), not gast.Load/gast.AugLoad
-
- 05 3月, 2020 4 次提交
-
-
由 Aurelius84 提交于
-
由 Huihuang Zheng 提交于
Add basic support for while in translating dygraph to static 1. Analysis the variable liveness in class NameVisitor 2. Replace while key word using while_loop API
-
由 cc 提交于
* Added an option to use external FP32 model in QAT comparison test
-
由 Chen Weihang 提交于
-