From 9fff38e613816de40e974ff6f9af6fc97ca4b98c Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Mon, 25 Sep 2023 12:56:35 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- include/aidge/operator/Scaling.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/aidge/operator/Scaling.hpp b/include/aidge/operator/Scaling.hpp index 0d825a930..18878db29 100644 --- a/include/aidge/operator/Scaling.hpp +++ b/include/aidge/operator/Scaling.hpp @@ -114,7 +114,6 @@ public: }; inline std::shared_ptr<Node> Scaling(float scalingFactor = 1.0f, const std::string& name = "") { - // FIXME: properly handle default w&b initialization in every cases return std::make_shared<Node>(std::make_shared<Scaling_Op>(scalingFactor), name); } } -- GitLab