- 21 4月, 2020 1 次提交
-
-
由 wawltor 提交于
chery-pick from the pr#23978
-
- 20 4月, 2020 1 次提交
-
-
由 liym27 提交于
* [Cherry-pick][dy2static]Support recursive call (#23900) * Support recursive call. * Remove Redundant decorator to pass the Py35 unittest temporarily. * [Cherry-pick]Fix bug in convert_call because difference exists between python3 and python2. (#23966 )
-
- 19 4月, 2020 2 次提交
-
-
由 Huihuang Zheng 提交于
[Dy2stat] Add Test and Example Code for Different Access to ProgramTranslator and Fix Related Bug (#23958) (#23963) Cherry pick of 23958
-
由 Huihuang Zheng 提交于
1. Rename Dygraph To Static Decorators to declarative 2. dygraph_to_static_func is still using in some training tests, I cannot delete it now. 3. Add some API docs
-
- 18 4月, 2020 1 次提交
-
-
由 liym27 提交于
* [Cherry-pick Release/2.0] remove redundant visit func, test=develop (#23877) * [Cherry-pick Release/2.0] [dy2static]Fix a bug of is_dygraph_api and move BasicApiTransformer to a separate file(#23923) * Move BasicApiTransformer to a separate file. test=develop * Fix a bug: A api in module is not a real dygraph api in dygraph_to_static. test=develop Co-authored-by: NChen Weihang <chenweihang@baidu.com>
-
- 17 4月, 2020 1 次提交
-
-
由 songyouwei 提交于
test=release/2.0
-
- 15 4月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 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
-