Skip to content
Snippets Groups Projects
Commit 141a10f7 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Fix typo.

parent 429cac2f
No related branches found
No related tags found
3 merge requests!27v0.2.0,!22v0.4.0,!15Export refactor
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment