Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to synchronize the execution order of the model and data loader when model has multiple input layers. #2244

Closed
baek2sm opened this issue Jul 11, 2023 · 3 comments
Labels

Comments

@baek2sm
Copy link
Contributor

baek2sm commented Jul 11, 2023

When creating a model with multiple input layers, it need to be synchronized based on the order in which the layers are defined and the order in which the data is defined in the data loader.

Now, even if the execution order of the layers changes through topological sort in the compilation step, the data loader is executed independently. Therefore, if there are multiple input layers, there is a problem that we must check the topological sort result and hard-coded accordingly.

@taos-ci
Copy link

taos-ci commented Jul 11, 2023

:octocat: cibot: Thank you for posting issue #2244. The person in charge will reply soon.

Copy link

github-actions bot commented Feb 2, 2025

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 3 days.

@github-actions github-actions bot added the Stale label Feb 2, 2025
Copy link

github-actions bot commented Feb 6, 2025

This issue was closed because it has been stalled for 3 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants