- 13 5月, 2020 1 次提交
-
-
由 hong 提交于
* add enable_imperative, disable_imperative; test=develop * add unitest; test=develop * polish example; test=develop
-
- 28 4月, 2020 2 次提交
-
-
由 Guanghua Yu 提交于
* fix CrossEntropyLoss op en doc, test=develop * delete unittests,test=release/2.0
-
由 zhongpu 提交于
-
- 27 4月, 2020 1 次提交
-
-
由 zhongpu 提交于
* copy api from paddle to paddle.fluid, test=develop * fix optest, test=develop
-
- 26 4月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* adapt old version pretrain model load, test=develop * fix infer error & multiple input error, test=develop
-
- 25 4月, 2020 1 次提交
-
-
由 Yibing Liu 提交于
* Init complex number neural network, test=release/2.0 * Improve doc writing * Fix elementwise add & sub * Fix elementwise mul act * a) add ut for complex variable; b) remove arg act in elementwise_ops
-
- 24 4月, 2020 1 次提交
-
-
由 qingqing01 提交于
* Add trainable_statistics in attr for batch_norm * Unifying behavior of dynamic graph and static graph
-
- 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
-