From e006bfe5e8f444d9d0387f133e609b5bc3183bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= <1671644+arrufat@users.noreply.github.com> Date: Sat, 11 Feb 2023 12:04:22 +0900 Subject: [PATCH] Fix typo in input_layer documentation (#2725) --- dlib/dnn/core_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/dnn/core_abstract.h b/dlib/dnn/core_abstract.h index 962dd2eed..491183a68 100644 --- a/dlib/dnn/core_abstract.h +++ b/dlib/dnn/core_abstract.h @@ -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(). !*/