- 21 12月, 2020 1 次提交
-
-
由 yukavio 提交于
* fix flops * fix flops
-
- 17 12月, 2020 1 次提交
-
-
由 LiuChiachi 提交于
* update EarlyStopping doc * update EarlyStopping doc, test=document_fix
-
- 14 12月, 2020 1 次提交
-
-
由 yukavio 提交于
-
- 03 12月, 2020 1 次提交
-
-
由 LielinJiang 提交于
-
- 01 12月, 2020 1 次提交
-
-
由 yukavio 提交于
-
- 28 11月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* add ReduceLROnPlateau
-
- 27 11月, 2020 3 次提交
-
-
由 ShenLiang 提交于
* add reducer * refine envent for memorycopy * add concat&split for allreduce * apply concat & split for fuse tensor * fix nccl dep * fix the untest, compile problem and ddp initialize problem * fix untest for mac & add some comments & solve the repeated param in sublayers * fix untest for windows & fix document
-
由 yukavio 提交于
* solve pretty table dependent in flops api * add unittest dependent * temp
-
由 LielinJiang 提交于
* enhance logger callback for benchmark
-
- 26 11月, 2020 2 次提交
-
-
由 yukavio 提交于
* add hapi api flops * fix bug * fix some bug * add unit test * fix unit test * solve ci coverage * fix doc * fix doc * fix static flops * delete the comment * fix some grammar problem in doc * fix some bug * fix some doc * fix some doc
- 25 11月, 2020 1 次提交
-
-
由 qingqing01 提交于
* Fix doc format for callbacks, metrics and Model * Fix code sample and doc
-
- 23 11月, 2020 3 次提交
-
-
由 LiuChiachi 提交于
* add early stopping * add doc for early stopping * fix sample code bugs * update infer of mode, update doc, add unittests to increase coverage rate * fix sample code for early stopping * update sample code and unittests * reduce time cost of test_callbacks unittest * fix model.py code style error
-
由 LiuChiachi 提交于
* update hapi save_inference_model output pathname * update hapi save_inference_model output pathname * use new 2.0-api paddle.static.io.load_inference_model * add unittests to increase coverage rate
-
由 LielinJiang 提交于
* add lr scheduler
-
- 16 11月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* fix summary for rnn gru lstm
-
- 13 11月, 2020 1 次提交
-
-
由 LiuChiachi 提交于
-
- 30 10月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* return pil image as default according backend
-
- 29 10月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* fix lr scheduler * fix code style
-
- 22 10月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* update hapi predict interface * fix code style * fix docs * fix docs * fix docs * update docs * fix codes style * fix unittest * fix unittest * fix coverage
-
- 21 10月, 2020 1 次提交
-
-
由 cnn 提交于
* rename manual_seed to seed * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D * rename manual_seed --> seed * do not rename .cc, .cu and .h file * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * disable_static on doc example code * donot change manual_seed on generator * add enable_static on sample code * convert python/paddle/fluid/layers/nn.py to bak * fix typo * fix code style * fix seed to manual_seed when call functions of Generator() * fix bug
-
- 19 10月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* hapi/model step learning rate on batch end. test=develop
-
- 15 10月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* step lr_scheduler on epoch end in hapi/model.py fit. test=develop
-
- 12 10月, 2020 2 次提交
-
-
由 LiuChiachi 提交于
* fix model bugs, inputs can be InputSpec instance * correct error message
-
由 LielinJiang 提交于
-
- 10 10月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* fix dynamic parallel for hapi * fix code style
-
- 09 10月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* keep summary mode unchange * add no grad decorator
-
- 30 9月, 2020 2 次提交
-
-
由 LielinJiang 提交于
* add visualdl callback
-
由 LiuChiachi 提交于
* remove input requirment in dygraph Model * correct unittest * upadte save inference model in dygraph without input * fix unittets for test_model.py * solve conflicts * solve conflicts * delete http.log * fix test_model.py bug, correct initialization of MyModel * fix unittests bugs * set paddle manual seed for unittest * fix Model bugs, because inputs can be list or dict when it is provided. * add random seed for test_export_deploy_model * delete redundant codes, because calls * Code optimization, error information optimization
-
- 25 9月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* refine vision models
-
- 24 9月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* reproduce summary api
-
- 17 9月, 2020 2 次提交
-
-
由 LiuChiachi 提交于
* update model.save_inference_model * update doc for _save_inference_model, delete useless class in unittests * make users not be able to set model._inputs be None * update usage of Model class in unittests * fix bugs of _verify_spec * fix bugs of _verify_spec * add unittest to increase coverage rate * delete http.log * update doc for save, remove requirments and limitations for using * update doc for class Model
-
由 Huihuang Zheng 提交于
Change ProgramTranslator.enable_declarative to ProgramTranslator.enable_to_static to meet API 2.0
-
- 08 9月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* fix summary rnn * fix kl_div bug when input shape is [1] and reduction is batchmean
-
- 04 9月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* fix conv output_size has no default value bug * fix summary bug
-
- 03 9月, 2020 2 次提交
-
-
由 Chen Weihang 提交于
* update set_dict method name & add aliases * fix var name error * fix alias formats * use set_state_dict in unittest * add decorator solve compatible problem * polish decorator * replace layer set_state_dict by patched method * remove import monkey path layer * fix import function error * add unittest for coverage
-
由 LielinJiang 提交于
* add summary for hapi
-
- 02 9月, 2020 1 次提交
-
-
由 LiuChiachi 提交于
* replace fluid.optimizer.set_dict with optimizer.set_state_dict * replace fluid.optimizer.set_dict with optimizer.set_state_dict * add coverage rate * Increase coverage rate, fix code style * Increase coverage rate, fix code style * add fit to generate optimizer.state_dict() to save .pdopt to increase coverage rate * delete http.log
-
- 31 8月, 2020 1 次提交
-
-
由 qingqing01 提交于
* Move hapi form paddle/incubate to paddle * Remove vision/datasets/utils.py and clean code * Add sample code for conll05 * Print pull path when saving model * Fix sample code after paramter_list of SGD is changed to parameters * Fix bug in wmt16 datase
-