Skip to content

Commit f2dea1e

Browse files
committed
Test removed
1 parent fbaa299 commit f2dea1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dlib/cuda/cudnn_dlibapi.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,6 @@ namespace dlib
15371537
)
15381538
{
15391539
DLIB_CASSERT(have_same_dimensions(dest, src));
1540-
DLIB_CASSERT(mode == operation_mode::CHANNEL_WISE || mode == operation_mode::PLANE_WISE, "Invalid softmax mode");
15411540
if (src.size() == 0) return;
15421541

15431542
const float alpha = 1;

0 commit comments

Comments
 (0)