- 17 9月, 2019 1 次提交
-
-
由 chengduo 提交于
* Add fp16 support for dygraph test=develop * Add unit test test=develop
-
- 11 9月, 2019 1 次提交
-
-
由 Youwei Song 提交于
* update dygraph api-doc and backward api-doc, test=develop * update dygraph api-doc and backward api-doc, update api.spec, test=develop * update dygraph api-doc and backward api-doc, update api.spec, test=develop * update API.spec, test=develop
-
- 06 9月, 2019 1 次提交
-
-
由 Chen Weihang 提交于
* delete useless raw variables in Conv2D, test=develop * adjust the vars number in test_graph_wrapper to pass unittest, test=develop
-
- 05 9月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* refactor dygraph,test=develop * fix failed unittest,test=develop * polish code,test=develop * check windows ci error,test=develop try to fix windows ci error by np.allclose,test=develop * polish vlog and profiler, test=develop * try to fix preceding ops order,test=develop * test transformer in windows ci, test=develop * use python c-api to speed up tracer.trace,test=develop * test=develop, fix docker with paddle nccl problem * test=develop, add ut for debug string and gradient_accumulator * test=develop, add tests for layer/gradient_accumulator/prepared_op * test=develop, fix complie error for test_prepared_op * test=develop, add more ut for dygraph * test=develop, create API.spec for dygraph api change * test=develop, refoctor name to make it easier to understand * test=develop, refoctor name to make it easier to understand * test=develop, fix multi-gpu failed problem , add Tracer tests, change PADDLEENFORCE to PADDLEENFORCE_EQ * test=develop, fix ut failed on parallel se-resnext * test=develop, change one more PADDLE_ENFORCE
-
- 02 9月, 2019 1 次提交
-
-
由 Youwei Song 提交于
* fix batchnorm api param: data_layout * fix batchnorm data_layout param; test=develop
-
- 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
-