From 3e87157f65b34418a1683047f0f1eff024774f5b Mon Sep 17 00:00:00 2001 From: "szewczyk.franciszek02" Date: Wed, 8 Nov 2023 21:48:17 +0100 Subject: [PATCH] Fixed Warning sign --- docs/tutorials/GetStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/GetStarted.md b/docs/tutorials/GetStarted.md index 78d45ad..5894c85 100644 --- a/docs/tutorials/GetStarted.md +++ b/docs/tutorials/GetStarted.md @@ -114,7 +114,7 @@ auto network = SequentialBuilder::begin() .build(); // Don't forget to actually build your network ``` -@warn Remember that subsequent layers have to have matching input and output sizes. +@warning Remember that subsequent layers have to have matching input and output sizes. @note For the full list of available layers and activation functions, check out the Cheat Sheet.