- 13 5月, 2020 40 次提交
-
-
由 mindspore-ci-bot 提交于
Merge pull request !1115 from wangcong/master
-
由 mindspore-ci-bot 提交于
Merge pull request !1128 from Margaret_wangrui/master
-
由 wangcong 提交于
-
由 wangcong 提交于
-
由 wangcong 提交于
-
由 wangcong 提交于
-
由 wangcong 提交于
-
由 wangcong 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1121 from lihongkang/master
-
由 Margaret_wangrui 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !924 from chenweifeng/dataset
-
由 mindspore-ci-bot 提交于
Merge pull request !1123 from pengyanjun/generator_dataset_np_copy_problem
-
由 mindspore-ci-bot 提交于
Merge pull request !1116 from JichenZhao/add_labelsmooth_andnesterov
-
由 mindspore-ci-bot 提交于
Merge pull request !1124 from YuJianfeng/master
-
由 mindspore-ci-bot 提交于
Merge pull request !999 from liyong126/mindrecord_file_list
-
由 mindspore-ci-bot 提交于
Merge pull request !1091 from chenweifeng/cast
-
由 yujianfeng 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1095 from amongo/FixWhileBroadenedError
-
由 mindspore-ci-bot 提交于
Merge pull request !1079 from lianliguang/convert-to-AICPU-when-AiCore-not-supported-kernel
-
由 wangcong 提交于
-
由 Yanjun Peng 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1042 from jinyaohui/clean_pylint
-
由 lihongkang 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1082 from hewei/support_cont_break
-
由 mindspore-ci-bot 提交于
Merge pull request !1107 from gengdongjie/master
-
由 liyong 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1114 from casgj/gaojing
-
由 mindspore-ci-bot 提交于
Merge pull request !1112 from seatea/fix-sgd-weight-decay-bug
-
由 zhaojichen 提交于
-
由 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
-
由 WilliamLian 提交于
-
由 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.
-
由 wangcong 提交于
-
由 gaojing 提交于
-
由 wangcong 提交于
-
由 mindspore-ci-bot 提交于
Merge pull request !1099 from fary86/fix_bug_for_can_not_find_opadapter
-
由 wangcong 提交于
-