diff --git a/aidge_export_cpp/operators.py b/aidge_export_cpp/operators.py index aa353283814e720a6563ef6e339c5fb3c2b99ede..9edf188fa2fc48376536ef66141dc7dce3ba10de 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