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

[ExportSerialize] Add forwardDims before running export.

parent 29c26a5f
No related branches found
No related tags found
3 merge requests!279v0.4.0,!253v0.4.0,!163Export refactor
Pipeline #56405 canceled
......@@ -88,6 +88,7 @@ class test_export(unittest.TestCase):
)
initFiller(model)
model.forward_dims([[1, 32*32*3]])
# Export model
aidge_core.serialize_to_cpp(self.EXPORT_PATH, model)
......
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