- 06 3月, 2020 2 次提交
-
-
由 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 提交于
-
- 04 3月, 2020 4 次提交
-
-
由 Aurelius84 提交于
* Modify the way of inserting newly defined func_nodes test=develop
-
由 Zeng Jinle 提交于
* add recorded cuda memory apis, fix typo, test=develop * add more ut, test=develop * follow comments, test=develop * fix py35 incompatible issues, test=develop
-
由 Aurelius84 提交于
-
由 Sylwester Fraczek 提交于
-
- 03 3月, 2020 6 次提交
-
-
由 Zhang Ting 提交于
* add fluid.device_guard to specify the device type for Op
-
由 songyouwei 提交于
* functional dygraph enable/disable test=develop * use context manager instead test=develop * refine sample code test=develop * rename api & expose to fluid test=develop * fix sample code test=develop
-
由 123malin 提交于
* test=develop, optimize distributedstrategy
-
由 Chen Weihang 提交于
-
由 songyouwei 提交于
test=develop
-
由 wawltor 提交于
Fix the big shape op test, elementwise_mul, elementwise_div, mul op Fix the precision op test, mul op
-
- 02 3月, 2020 9 次提交
-
-
由 wangchaochaohu 提交于
* polish the profiler doc
-
由 Chen Weihang 提交于
-
由 Zhen Wang 提交于
* update ScopeBufferedSSAGraphExecutor&AsyncSSAGraphExecutor&ThreadedSSAGraphExecutor&FastThreadedSSAGraphExecutor&ParallelSSAGraphExecutor&ParallelExecutor for fetching unmerged results. * add the unit test for fetch_unmerged. * update ut for multi-card and multi-cpu. * add the error message and the user suggestion in FetchOpHandle. test=develop
-
由 hong 提交于
* fix basic gru lstm parameter attr bug; test=develop * fix bias attr bug; test=develop * add basic lstm gru name unitest; test=develop
-
由 zhupengyang 提交于
* upgrade fp32 to fp64, remove no_grad_set, enlarge input shape for hsigmoid unittest test=develop * revert "remove no_grad_set" test=develop
-
由 Chen Weihang 提交于
* add lodtensor share memory & serialization, test=develop * fix windows compile error, test=develop * deal vartype pickle & fix unittest matching error message, test=develop * update timeout variable name, test=develop * refactor memory map implement, test=develop * clear mmap file discripter when exit unexpectedly, test=develop * remove the child process fd in advance, test=develop * remove mmap fds after Queue.put in child process, test=develop * add hard unittests for register exit func, test=develop * fix python2 compatibility problem in unittest, test=develop * fix exception unittest error, test=develop * polish code based review comment, test=develop
-
由 Leo Chen 提交于
-
由 hutuxian 提交于
* user can call dataset.set_download_cmd to set its customized download cmd * add UT to cover this scenario
-
由 liym27 提交于
* test ResNet decorated by dygraph_to_static_output in static mode. test=develop * Follow comments and change dygraph_to_static_output to dygraph_to_static_graph.test=develop
-
- 01 3月, 2020 2 次提交
-
-
由 wangchaochaohu 提交于
* Add the codegen and auto fusion for sum Op in fusion group
-
由 lidanqing 提交于
-
- 28 2月, 2020 5 次提交
-
-
由 liym27 提交于
* change dygraph_to_static_output to dygraph_to_static_graph. test=develop * Remove duplicate code. test=develop * Follow comments from Liujie. test=develop * change dygraph_to_static_output to dygraph_to_static_graph. test=develop
-
由 Liufang Sang 提交于
* fix smooth l1 loss op shape > 100 test=develop * remove from white list test=develop
-
由 tianshuo78520a 提交于
-
由 Kaipeng Deng 提交于
-
由 Aurelius84 提交于
* add mnist to test dygraph_to_static test=develop
-
- 27 2月, 2020 5 次提交
-
-
由 zhaoyuchen2018 提交于
* Refine adam op, test=develop * Fuse kernels together to reduce cpu time. * Refine paddle enforce, test=develop * Remove some comments, test=develop * Refine code,test=develop * Refine cuda kernel, test=develop * Refine code according to comments, test=develop
-
由 liym27 提交于
* Support fetch and run program in the process of dygraph_to_static_output. test=develop * fix to_source(gast) and remove dygraph API such as Conv2D, Linear. test=develop
-
由 FlyingQianMM 提交于
-
由 wangguanzhong 提交于
-
由 FlyingQianMM 提交于
* Correct CPU gradients of the argsort op, form a network to test its forward and backward process, test=develop * fix dynamic threshold error in test_argsort_op, test=develop
-
- 26 2月, 2020 3 次提交
-
-
由 123malin 提交于
-
由 songyouwei 提交于
* dygraph support cond op test=develop * unittest coverage test=develop * fix coverage test=develop * fix for coverage test=develop * refine TypeError msg test=develop * remove restrict test=develop
-
由 Leo Chen 提交于
* support cond in clone, test=develop * refine code, test=develop * refine code, test=develop * follow comments, test=develop * refine code, test=develop
-