Fix the missing alias in SimulateGC
Showing
with
629 additions
and
613 deletions
-
Please register or sign in to post a comment
... | ... | @@ -68,7 +68,7 @@ void DropoutGradientOp<Context>::RunImpl() { |
dx, ctx() | ||
); | ||
} else { | ||
LOG(FATAL) << "Incorrect Op phase: " << phase(); | ||
LOG(FATAL) << "Unknown Phase: " << phase(); | ||
} | ||
} | ||
... | ... |