Skip to content

Commit b2aed96

Browse files
authored
[Embedding] Change the log level for EV restore. (#995)
Signed-off-by: chenbangduo.cbd <[email protected]>
1 parent e10d441 commit b2aed96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow/core/kernels/kv_variable_restore_ops.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ class KvResourceImportV3Op: public AsyncOpKernel {
376376

377377
// EV should not be initialized at this time.
378378
if (ev->IsInitialized()) {
379-
LOG(ERROR) << "Import parameter for EV (" << name_string
380-
<< ") failed, this EV has already been initialized.";
379+
LOG(WARNING) << "EV (" << name_string
380+
<< ") has already been initialized.";
381381
}
382382

383383
auto do_compute = [this, context, file_name_string, ev,

0 commit comments

Comments
 (0)