Refactor Module Map to have a single build_graph function inside for-loop
This is partly for readability, but partly for the inference script: Now we can call module_map_model.build_graph(...)
on a single event and it will perform inference.
This is partly for readability, but partly for the inference script: Now we can call module_map_model.build_graph(...)
on a single event and it will perform inference.
assigned to @dmurnane
FYI, I have tested this with Example 1, and it works fine.
approved this merge request
mentioned in commit 0f48d4dd
merged