From 4d23a942c7da4770b369c346440a6eb9f2b1c456 Mon Sep 17 00:00:00 2001 From: dangqingqing Date: Mon, 24 Apr 2017 16:58:55 +0800 Subject: [PATCH] fix code format --- paddle/gserver/layers/CostLayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle/gserver/layers/CostLayer.h b/paddle/gserver/layers/CostLayer.h index 856d1012adc..14c0b33ec1a 100644 --- a/paddle/gserver/layers/CostLayer.h +++ b/paddle/gserver/layers/CostLayer.h @@ -91,8 +91,8 @@ public: * * [1] Jacob Devlin, Rabih Zbib, Zhongqiang Huang, Thomas Lamar, * Richard Schwartz, and John Makhoul. Fast and robust neural - * network joint models for statistical machine translation. * In - * Proceedings of the ACL 2014 Conference. + * network joint models for statistical machine translation. + * In Proceedings of the ACL 2014 Conference. */ class MultiClassCrossEntropyWithSelfNorm : public CostLayer { public: -- GitLab