- 28 8月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* fix con2d transpose bias by create and init it in build_onee * fix API spec * test=develop, invoke ci * fix bias_attr and act has no effect error on layer norm, conv2dTranpose, billinearTensorProduct, sequece_conv. fix original_mode not used error on GRUunit. fix sample_weight not set error on NCE. Add ut for all thoese layer * test=develop, change success standard for conv2dTranspose * test=develop, fix test_layers to invoke some error branch * test=develop, fix sample code * test=develop, fix BilinearTensorProduct failed in dygraph mode * test=develop, fix test_layers segment fault error
-
- 26 8月, 2019 2 次提交
-
-
由 Ghost Under Moon 提交于
This PR fix problem with issue #18096 , which raise an error for user to specify the error about load dir is wrong
-
由 Jiabin Yang 提交于
* add default getItem * test=develop, fix has_attr disabled error in Layer * test=develop, fix GroupNorm and deepcf bug on attrs
-
- 22 8月, 2019 1 次提交
-
-
由 chengduo 提交于
* update parallel.py test=develop
-
- 31 7月, 2019 1 次提交
-
-
由 chengduo 提交于
* update parallel.py test=develop
-
- 10 7月, 2019 1 次提交
-
-
由 lujun 提交于
remove dygraph.enable from __all__ hidden dygraph. profiler add doc to dygraph. no_grad
-
- 05 7月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, fix docker with paddle nccl problem * test=develop, hide no_support api and add ut for it
-
- 27 6月, 2019 1 次提交
-
-
由 lujun 提交于
Fix dygraph show style for FluidDoc.
-
- 18 6月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* fix dygraph mem leak, test=develop * polish msg, test=develop
-
- 11 6月, 2019 1 次提交
-
-
由 lujun 提交于
fix doc: conv3d, layer norm, bilineartensorproduct, conv2dtranspose, conv3dtranspose,rowconv, groupnorm, spectralnorm, treeconv hidden api: sequenceConv
-
- 10 6月, 2019 2 次提交
-
-
由 Hongyu Liu 提交于
* add api commet; test=develop * fix fc dtype bug; test=develop * remove float32 in default parameter; test=develop * fix exmpale bug; test=develop * fix build once; test=develop * fix num_chanels bug; test=develop * fix install check failed bug; test=develop
-
由 Jiabin Yang 提交于
* WIP * WIP * test=develop, add api doc and example code for dygraph
-
- 07 6月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, refine api * test=develop, fix bug when error occured on save_persistable with no optimizer * test=develop, refine waring * test=develop, refine example code and comments
-
- 06 6月, 2019 4 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, add dygraph_not_support and refine ocr * test=develop, shrink name of dygraph_not_support
-
由 xiaoting 提交于
* add import, test=develop * fix fill_constant * fix deconv * add trainable_statist for bn in dygraph
-
由 Jiabin Yang 提交于
-
由 Jiabin Yang 提交于
* save optimizer related vars in dygraph * test=develop, add optimizer save and load * test=develop, add optimizer save and load * test=develop, merge code and add multi-optimizer save and load * test=develop, fix test_imperative_checkpoint * test=develop, fix include error * test=develop, fix include error * test=develop, renew api spec * test=develop, refine code * test=develop, set default value for checkpoint * test=develop, fix ci error * test=develop, change API.spec and make api more readable * test=develop, refine version and time stamp * test=develop, add example code and refine code * test=develop, refine doc * test=develop, change version
-
- 05 6月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* use python api to reduce python time cost, test=develop * fix travis ci, test=develop * fix Py_None error,test=develop
-
- 04 6月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* for debug * test=develop, memory optimize for dygraph using shared_ptr * test=develop, fix travis ci showed error * test=develop, fix bug for recurrent usage of varbase * test=develop, init varbase when it need to be Add
-
- 03 6月, 2019 2 次提交
-
-
由 Zeng Jinle 提交于
* add no_grad decorator to dygraph, test=develop * add unittest,test=develop
-
由 lujun 提交于
use numpy assignment to restore parameters at build-once
-
- 30 5月, 2019 1 次提交
-
-
由 Hongyu Liu 提交于
-
- 29 5月, 2019 2 次提交
-
-
由 Jiabin Yang 提交于
-
由 lujun 提交于
-
- 28 5月, 2019 1 次提交
-
-
由 chengduo 提交于
test=develop
-
- 27 5月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 24 5月, 2019 1 次提交
-
-
由 chengduo 提交于
* This PR adds broadcast for multi-process. And it could be used in dynamic graph to broadcast parameters.
-
- 22 5月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, fix con2d with no bias * test=develop, fix conv_2d with no bias will have null shape
-
- 21 5月, 2019 2 次提交
-
-
由 Jiabin Yang 提交于
-
由 Hongyu Liu 提交于
-
- 17 5月, 2019 1 次提交
-
-
由 Yan Xu 提交于
* add var grad hook test=develop
-
- 15 5月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 13 5月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, add gradient sort backward strategy * test=develop, fix test by add FLAGS_cudnn_deterministic on new tests
-
- 08 5月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
-
- 30 4月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* fix mem leak when converting Tensor to numpy array test=develop * remove unused unittest,test=develop * follow comments, test=develop * fix dygraph bug,test=develop
-
- 25 4月, 2019 1 次提交
-
-
由 Yan Xu 提交于
implement dygraph.parallel.DataParallel to hook reduce op.
-
- 19 4月, 2019 3 次提交
- 17 4月, 2019 1 次提交
-
-
由 lujun 提交于
-