- 12 4月, 2020 1 次提交
-
-
由 zhongpu 提交于
* fix if logic in dygraph, test=develop * fix bug, test=develop
-
- 11 4月, 2020 2 次提交
-
-
由 Aurelius84 提交于
* Spport transform two independed function in dygraph_to_static_output test=develop * fix unittest error test=develop
-
由 Chen Weihang 提交于
-
- 10 4月, 2020 16 次提交
-
-
由 songyouwei 提交于
* err msg enhance for PRelu * add ut test=develop
-
由 songyouwei 提交于
* err msg enhance for GRUUnit * add ut test=develop
-
由 songyouwei 提交于
* err msg enhance for Embedding * add ut test=develop
-
由 songyouwei 提交于
* err msg enhance for BilinearTensorProduct test=develop * rebase dev test=develop * add ut test=develop
-
由 Aurelius84 提交于
* Refine mechanism of calling outer function test=develop * fix typo test=develop
-
由 songyouwei 提交于
test=develop
-
由 silingtong123 提交于
-
由 zhongpu 提交于
* add instance_norm op for dygraph, test=develop * add error message, test=develop
-
由 songyouwei 提交于
* add LayerList insert and extend test=develop * add index range check test=develop * add sample codes test=develop * refine sample code test=develop
-
由 Zhou Wei 提交于
* API(to_variable/save_dygraph) error message enhancement
-
由 zhongpu 提交于
-
由 liym27 提交于
-
由 zhongpu 提交于
* error message enhancement for Conv2DTranspose, test=develop * fix error_message, test=develop
-
由 Leo Chen 提交于
-
由 silingtong123 提交于
-
由 silingtong123 提交于
* error message of NCE API enhancement
-
- 09 4月, 2020 7 次提交
-
-
由 songyouwei 提交于
* fix no_grad signature test=develop * check func name instead of doc test=develop
-
由 zhongpu 提交于
-
由 zhongpu 提交于
-
由 songyouwei 提交于
* Layer add training attr, add Dropout Layer * add unit test for Dropout test=develop * minor fix test=develop * add missing args test=develop * support global flag in dropout, add docs test=develop * minor fix test=develop * minor fix test=develop * refine code comments test=develop * refine Dropout test=develop * fix ut test=develop * arg expansion test=develop * sample code update test=develop * prop -> p test=develop * fix ut test=develop * minor check fix test=develop
-
由 Aurelius84 提交于
-
由 Chen Weihang 提交于
-
由 Feiyu Chan 提交于
* add Conv/ConvTranspose layers in paddle.nn.layer, test=develop * add example code in docstring, test=develop * update unittests to work with test_runner, test=develop
-
- 08 4月, 2020 3 次提交
-
-
由 songyouwei 提交于
* support no_grad atomic operating test=develop * rm create param api test=develop * refine sample code test=develop * clean impl test=develop
-
由 Chen Weihang 提交于
-
由 zhongpu 提交于
-
- 07 4月, 2020 1 次提交
-
-
由 zhongpu 提交于
-
- 06 4月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* static model runner basic implement, test=develop * add run program op to execute loaded program, test=develop * refactor static model runner & run program op, test=develop * reset engine.cc to resolve conflict * adapt the change of dygraph double grad, test=develop * refactor impl to solve control flow error, test=develop * clear debug code, test=develop * fix ci str compatible error & checkout dygraph grad maker & add example, test=develop * hide api & add op test, test=develop * fix run program op test places error, test=develop * fix program by review comment, test=develop * delete change var desc name, test=develop * fix other program by review comment, test=develop * remove _static_graph_guard, test=develop * add selectedrows test, test=develop * remove desc parser, test=develop * fix detail program, test=develop * change socpe create & add test, test=develop
-
- 04 4月, 2020 2 次提交
-
-
由 Huihuang Zheng 提交于
This CR makes two changes: 1. In old loop_transformer, if a class variable, such as "self.a, foo.bar" is a loop var, the Dy2stat will fail because `def func(self.foo)` is not legal syntax. We support class variable by renaming. 2. After https://github.com/PaddlePaddle/Paddle/pull/22892 is merged, we can support `while x < 10` in dygraph. I enable those tests in corresponding Dy2stat
-
由 Aurelius84 提交于
* Add unitTest for `Tensor==constant` for ifElse in dygraph2static test=develop
-
- 03 4月, 2020 2 次提交
-
-
由 zhongpu 提交于
* support if logic for Variable in dygraph, test=develop * fix test_learning_rate_scheduler.py, test=develop * fix optest, test=develop * fix error message, test=develop * fix optest,test=develop * fix comment, test=develop
-
由 zhongpu 提交于
* support forward hook for dygraph, test=develop * add optest for forward_hook in dygraph, test=develop * add optest, test=develop * polish code, test=develop * add sample code, test=develop * rename forwrd_hook to forward_post_hook, test=develop * fix the api description, test=develop * fix api description, test=develop
-
- 01 4月, 2020 1 次提交
-
-
由 Huihuang Zheng 提交于
1. Add data_layer_not_check because it is needed in dygraph_to_static where input can be variable size 2. Remove warnings in static analysis because python cannot do exact static analysis
-
- 31 3月, 2020 4 次提交
-
-
由 Huihuang Zheng 提交于
* Remove Read-Only Basic Type Variable in loop_vars test=develop * Put class support in loop for future thing test=develop * Modify based on reviewer's comment test=develop
-
由 hong 提交于
-
由 Leo Chen 提交于
* expand parameters, test=develop * support resnet, test=develop * fix resnet, test=develop * support duplicable out, test=develop * support ptb * fix bugs, test=develop * support null input, test=develop * fix bugs, test=develop * fix batchNorm is_test, test=develop * refine code, test=develop * follow comments, test=develop * follow comments, test=develop * follow comments, test=develop * follow comments, test=develop
-
由 Aurelius84 提交于
* Support Parameter type determination test=develop
-