未验证 提交 07e13b84 编写于 作者: T tangwei12 提交者: GitHub

remove vlog, test=develop (#22898)

上级 b290420f
...@@ -221,7 +221,6 @@ void AsyncCommunicator::RecvThread() { ...@@ -221,7 +221,6 @@ void AsyncCommunicator::RecvThread() {
while (running_) { while (running_) {
int grad_num = grad_num_.load(); int grad_num = grad_num_.load();
if (grad_num > min_send_grad_num_before_recv_) { if (grad_num > min_send_grad_num_before_recv_) {
VLOG(1) << "current grad num " << grad_num;
RecvAll(); RecvAll();
grad_num_.store(0); grad_num_.store(0);
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册