!30625 Fix the bug of duplicate key value of ActorSet
Merge pull request !30625 from caifubi/r1.6-actor-set-key-duplicate
This commit is contained in:
commit
3ff5358b68
|
@ -212,6 +212,7 @@ FuncGraphPtr BpropGraphFinalOptPass(const ResourcePtr &res) {
|
|||
WITH(MsProfile::GetProfile()->Step("bprop_graph_final_opt"))[&bprop_graph_final_opt, &func_graph]() {
|
||||
func_graph = bprop_graph_final_opt->step(func_graph, true);
|
||||
};
|
||||
func_graph = LiftingClone(func_graph);
|
||||
Validate(func_graph);
|
||||
return func_graph;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue