- 15 4月, 2021 1 次提交
-
-
由 Jiaqi Liu 提交于
* make hapi support amp, and add unittest * make unittest only support GPU * update parameters for amp in hapi.Model * update hapi.Model.prepare interface, and update unittest * fix test_model.py unittest bug * add grad clear in dygraph * use_fp16_guard defaults to True, which could avoid nan * add input check, and add internal doc link to low level api * update doc, and decrease the sample num of dataset to avoid timeout * make hapi amp param support str 'O1' or 'O2' * resume calling , modify the code of the check part * upgrade the usage of Fleet API, and disable 'pure_fp16' param
-
- 15 3月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* fix summary bug
-
- 24 2月, 2021 1 次提交
-
-
由 qingqing01 提交于
test=document_fix
-
- 23 2月, 2021 1 次提交
-
-
由 yukavio 提交于
* remove PrettyTable dependence from paddle.flops * fix bug in python2.7 * fix flops * fix flops * fix bug * fix bug
-
- 25 1月, 2021 1 次提交
-
-
由 yukavio 提交于
-
- 11 1月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* fix warning and no grad
-
- 07 1月, 2021 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 23 12月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* update condition of logger print
-
- 22 12月, 2020 1 次提交
-
-
由 yukavio 提交于
-
- 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
-