Browse Source

updating log level

pull/881/head
chuxing 5 years ago
parent
commit
6819f21b9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/hybrid/model/node_item.cc

+ 1
- 1
ge/hybrid/model/node_item.cc View File

@@ -176,7 +176,7 @@ Status NodeItem::ResolveStaticInputsAndOutputs() {
in_data_anchor->GetPeerOutAnchor()->GetOwnerNode() == nullptr) {
num_static_input_shapes++;
is_input_shape_static_.push_back(true);
GELOGD("[%s] Peer node of input[%d] is empty", NodeName().c_str(), i);
GELOGW("[%s] Peer node of input[%d] is empty", NodeName().c_str(), i);
continue;
}



Loading…
Cancel
Save