- 13 5月, 2020 20 次提交
-
-
由 candanzg 提交于
Signed-off-by: Ncandanzg <zhangshucheng@huawei.com>
-
由 mindspore-ci-bot 提交于
Merge pull request !1042 from jinyaohui/clean_pylint
-
由 mindspore-ci-bot 提交于
Merge pull request !1082 from hewei/support_cont_break
-
由 mindspore-ci-bot 提交于
Merge pull request !1107 from gengdongjie/master
-
由 mindspore-ci-bot 提交于
Merge pull request !1114 from casgj/gaojing
-
由 mindspore-ci-bot 提交于
Merge pull request !1112 from seatea/fix-sgd-weight-decay-bug
-
由 He Wei 提交于
To handle 'break' and 'continue' statement, a loop context is pushed to a stack before we parse the loop body, and pop it after body parsed. When a 'break', 'continue' statement is encountered, we retrieve current loop contex from the stack, and let the current block jump to the end block or header block; For 'break' statement, we added an extra 'end_block' follow the 'after_block', because 'after_block' is called from a ContionalJump in 'header_block', it can not be set as jump target from other place. to support 'break', we let loop body jump to the 'end_block' at the 'break' point. and 'after_block' maybe a good place to handle loop 'else' clause in the future. Handle 'pass' is simple, just bypass it when doing parse.
-
由 mindspore-ci-bot 提交于
Merge pull request !1096 from SanjayChan/03cell
-
由 mindspore-ci-bot 提交于
Merge pull request !1110 from lichen/fix_gatherv2_and_dataset_bug
-
由 jinyaohui 提交于
-
由 seatea 提交于
Weight decay has been considered and caculated in `SGD` operation, so there's no need to apply weight decay in `SGD` optimizer.
-
由 gaojing 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1099 from fary86/fix_bug_for_can_not_find_opadapter
-
由 mindspore-ci-bot 提交于
Merge pull request !1108 from YuJianfeng/master
-
由 mindspore-ci-bot 提交于
Merge pull request !1092 from dengwentao/rts_kerenl
-
由 mindspore-ci-bot 提交于
Merge pull request !1038 from jinyaohui/clean_context
-
由 lichenever 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1070 from liuxiao/ops-for-VM
-
由 mindspore-ci-bot 提交于
Merge pull request !1103 from caifubi/clean-runtime-codex
-
由 mindspore-ci-bot 提交于
Merge pull request !1109 from Jamie/fixoneline
-
- 12 5月, 2020 20 次提交
-
-
由 Jamie Nisbet 提交于
-
由 yujianfeng 提交于
-
由 dengwentao 提交于
-
由 jinyaohui 提交于
-
由 gengdongjie 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1090 from JichenZhao/layernorm_mean_var_shape
-
由 caifubi 提交于
-
由 fary86 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1086 from SanjayChan/05showcase
-
由 mindspore-ci-bot 提交于
Merge pull request !1056 from Xiaoda/memory-estimation-in-inference-phase
-
由 chenzomi 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1087 from SanjayChan/03cell
-
由 chenzomi 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1088 from YuJianfeng/master
-
由 liuxiao 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1093 from yihuaijie/master
-
由 mindspore-ci-bot 提交于
Merge pull request !683 from xychow/bypass-renorm-and-specialize-hypermap-parameter
-
由 mindspore-ci-bot 提交于
Merge pull request !1062 from liuxiao/softplus-softplusgrad
-
由 Xiaoda Zhang 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1085 from zhaozhenlong/vm-adapt-topk
-