- 14 9月, 2020 3 次提交
-
-
由 Zhen Wang 提交于
Update amp_check_finite_and_scale_op and add an updating_loss_scaling op for static graph amp training. (#26240) * update amp_check_finite_and_scale_op for static_amp. * use amp_check_finite_and_scale in static graph amp. * update grads to zero when grads own infinite values(as for amp_checkout_finite_and_scale op). * add update_loss_scaling op in cpp. * add update_loss_scaling_op unit test. * update the doc of the check_finite_and_unscale op * Update the process of gradients updating skipping if the gradients have infinite values. * update the way to zero grads. * update test_update_loss_scaling_op.py * add log info when find infinite grads. * add the unit test for UpdateLossScaling Layer.
-
由 ShenLiang 提交于
* rm auto from localsgd
-
由 Adam 提交于
* Add int8 GRU kernel with UTs * Lint fixes * More lint fixes
-
- 11 9月, 2020 8 次提交
-
-
由 Leo Chen 提交于
* temporally disable zero_copy * add test * follow comments
-
由 Leo Chen 提交于
-
由 Aurelius84 提交于
* fix calcu_gradients * fix code place * fix embedding interface usage
-
由 Chen Weihang 提交于
-
由 liym27 提交于
-
由 Chen Weihang 提交于
-
由 Aurelius84 提交于
* support to_static(model) * add warning and unittest
-
由 furnace 提交于
-
- 10 9月, 2020 11 次提交
-
-
由 Zhen Wang 提交于
* Use the single GPU card to execute the test_fuse_bn_act_pass UT.
-
由 Zhen Wang 提交于
-
由 lilong12 提交于
* add double grad for tile, test=develop * add double grad for expand_v2 op, test=develop
-
由 lilong12 提交于
* add double grad for expand, test=develop
-
由 Chen Weihang 提交于
* add some unittest cases ot verify jit.save, no_test * add more unittests * add test with example inputs * polish implement details * remove useless blank * fix fetch random error
-
由 ShenLiang 提交于
-
由 123malin 提交于
* parameter_server_optimizer support auto_strategy
-
由 wawltor 提交于
fix the CudaPinMemory bug for the equal op and add the test case for the equal op
-
由 liym27 提交于
-
由 Huihuang Zheng 提交于
Decrease the number of running iterations to reduce CI time. CI system shows it decreased the unittest time from about 90 seconds to about 30 seconds
-
由 zhupengyang 提交于
-
- 09 9月, 2020 8 次提交
-
-
由 JZ-LIANG 提交于
add lars to fleet meta optimizer
-
由 liym27 提交于
-
由 Dong Daxiang 提交于
* refine launch and distributed repr string for print
-
由 Qinghe JING 提交于
* set default value to strategy in distributed_optimizer test=develop
-
由 iducn 提交于
* update requirements.txt * add unittest_py directory and add new requirements.txt file,test=document_fix * add unittest_py directory and add new requirements.txt file,test=document_fix
-
由 tangwei12 提交于
-
由 liym27 提交于
-
由 Aurelius84 提交于
* Add naming rule if not specific InputSpec.name * fix function name typo * refine comment * remove print statement
-
- 08 9月, 2020 10 次提交
-
-
由 myq406450149 提交于
* fix frobenius_norm error, rm p=0 2-axis support. test=develop
-
由 LielinJiang 提交于
* fix summary rnn * fix kl_div bug when input shape is [1] and reduction is batchmean
-
由 Double_V 提交于
-
由 whs 提交于
-
由 wangguanzhong 提交于
* enhance collect_op for dygraph, test=develop * enhance detection ops with lod, test=develop * support none bbox left in generate_proposals, test=develop * unfiy MultiLevelRoisNum, test=develop * update core.ops, test=develop * add op register for new input & output, test=develop
-
由 yaoxuefeng 提交于
-
由 123malin 提交于
* test=develop, add ps auto
-
由 Chen Weihang 提交于
-
由 LielinJiang 提交于
* add correlation api to contrib
-
由 tangwei12 提交于
* fix weight * fix weight and fix doc * fix embeeding padding idx * add UT * fix interval
-