Skip to content

Commit

Permalink
Update dlib/dnn/layers_abstract.h
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking authored Aug 5, 2023
1 parent 0e583db commit 3e2fb0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dlib/dnn/layers_abstract.h
Original file line number Diff line number Diff line change
Expand Up @@ -944,15 +944,13 @@ namespace dlib
/*!
ensures
- relu_is_disabled() returns true
- a relu activation will be applied after convolution when calling forward()
!*/

void enable_relu(
);
/*!
ensures
- relu_is_disabled() returns false
- no relu activation will be applied after convolution when calling forward()
!*/

bool relu_is_disabled(
Expand Down

0 comments on commit 3e2fb0c

Please sign in to comment.