- 14 9月, 2020 18 次提交
-
-
由 Tao Luo 提交于
-
由 joanna.wozna.intel 提交于
-
由 YUNSHEN XIE 提交于
-
由 zhupengyang 提交于
-
由 LielinJiang 提交于
Fix conv deepwise bug when in_channels=1.
-
由 Chen Weihang 提交于
-
由 Chen Weihang 提交于
* move worker loop to top level * move reader process loop to top level * fix failed unittests
-
由 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.
-
- 13 9月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
-
- 12 9月, 2020 2 次提交
-
- 11 9月, 2020 10 次提交
-
-
由 Aurelius84 提交于
* fix calcu_gradients * fix code place * fix embedding interface usage
-
由 Chen Weihang 提交于
-
由 Chen Weihang 提交于
-
由 Aurelius84 提交于
* support to_static(model) * add warning and unittest
- 10 9月, 2020 9 次提交
-
-
由 Jacek Czaja 提交于
* - introducing oneDNN 1.6 test=develop * - Removed redundant code 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