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

Some questions about GSN #11

Open
Jamesswang opened this issue Apr 9, 2020 · 1 comment
Open

Some questions about GSN #11

Jamesswang opened this issue Apr 9, 2020 · 1 comment

Comments

@Jamesswang
Copy link

What does summ_mats stand for in GSN and where is it instantiated?

@hongzimao
Copy link
Owner

It stands for "summarization matrix". It's responsible for the DAG level and global level aggregation (i.e., determines which nodes to aggregate), which are the square and triangle in Figure 5(b) of the paper.

The parameter is determined by the DAG structure and by which nodes are still active (i.e., contain runnable tasks). We compute it here: https://github.com/hongzimao/decima-sim/blob/master/actor_agent.py#L484-L485, which is defined at:

def get_unfinished_nodes_summ_mat(job_dags):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants