Skip to content

Commit 6418c42

Browse files
committed
Travis: fix check style error.
1 parent 4e3fac4 commit 6418c42

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

doc/fluid/design/dist_train/distributed_traing_review.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,3 @@ Codistillation is a technique that tries to scale the training further. A few tr
4242
[3] Yonghui Wu, Mike Schuster, Zhifeng Chen, Quoc V Le, Mohammad Norouzi, Wolfgang Macherey, Maxim Krikun, Yuan Cao, Qin Gao, Klaus Macherey, et al. Google’s neural machine translation system: Bridging the gap between human and machine translation.
4343

4444
[4] LARGE SCALE DISTRIBUTED NEURAL NETWORK TRAINING THROUGH ONLINE DISTILLATION
45-
46-
47-
48-

paddle/fluid/operators/listen_and_serv_op.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,8 @@ void ListenAndServOp::RunImpl(const framework::Scope &scope,
328328
rpc_service_->WaitServerReady();
329329

330330
// Write to a file of server selected port for python use.
331-
std::string file_path =
332-
string::Sprintf("/tmp/paddle.%d.selected_port",
333-
static_cast<int>(::getpid()));
331+
std::string file_path = string::Sprintf("/tmp/paddle.%d.selected_port",
332+
static_cast<int>(::getpid()));
334333
SavePort(file_path);
335334
if (sync_mode) {
336335
RunSyncLoop(&executor, program, &recv_scope, prefetch_block);

0 commit comments

Comments
 (0)