Skip to content

Commit

Permalink
Test removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Cydral committed Dec 16, 2024
1 parent fbaa299 commit f2dea1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlib/cuda/cudnn_dlibapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,6 @@ namespace dlib
)
{
DLIB_CASSERT(have_same_dimensions(dest, src));
DLIB_CASSERT(mode == operation_mode::CHANNEL_WISE || mode == operation_mode::PLANE_WISE, "Invalid softmax mode");
if (src.size() == 0) return;

const float alpha = 1;
Expand Down

0 comments on commit f2dea1e

Please sign in to comment.