Fix typo in input_layer documentation (#2725)

pull/2733/head
Adrià Arrufat 2 years ago committed by GitHub
parent 73a1c2f4fc
commit e006bfe5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1758,7 +1758,7 @@ namespace dlib
- net_type is an object of type add_layer, add_loss_layer, add_skip_layer, repeat, or
add_tag_layer.
ensures
- returns the input later of the given network object. This is the same as just calling
- returns the input layer of the given network object. This is the same as just calling
net.input_layer().
!*/

Loading…
Cancel
Save