Skip to content

Commit 6173f91

Browse files
committed
uncomment code
1 parent b25ee3a commit 6173f91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paddle/gserver/tests/test_LayerGrad.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ void testProjectionConv(size_t groups, bool isDeconv) {
275275
#ifdef PADDLE_WITH_CUDA
276276
TEST(Projection, conv) {
277277
/// test ConvProjection
278-
// testProjectionConv(1, false);
279-
// testProjectionConv(3, false);
278+
testProjectionConv(1, false);
279+
testProjectionConv(3, false);
280280
/// test ConvTransProjection
281281
testProjectionConv(1, true);
282-
// testProjectionConv(3, true);
282+
testProjectionConv(3, true);
283283
}
284284
#endif
285285

0 commit comments

Comments
 (0)