From 141a10f7162f2901fa594b2ceeb7119069b5f83a Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Tue, 9 Jul 2024 09:34:02 +0000 Subject: [PATCH] Fix typo. --- aidge_export_cpp/operators.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aidge_export_cpp/operators.py b/aidge_export_cpp/operators.py index aa35328..9edf188 100644 --- a/aidge_export_cpp/operators.py +++ b/aidge_export_cpp/operators.py @@ -361,6 +361,8 @@ class FcCPP(ExportNode): generate_file( str(export_folder / "layers" / f"{self.attributes['name']}.h"), str(ROOT / "templates" / "configuration" / "fullyconnected_config.jinja"), + activation="Linear", + rescaling="NoScaling", **self.attributes) return list_configs -- GitLab