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

About sampling strategy and clustering setting #11

Closed
RealNewNoob opened this issue Jun 18, 2021 · 1 comment
Closed

About sampling strategy and clustering setting #11

RealNewNoob opened this issue Jun 18, 2021 · 1 comment

Comments

@RealNewNoob
Copy link

RealNewNoob commented Jun 18, 2021

Congratulations on your publication! I am reading your code and paper, however, I have a question about the sampling policy.
In your paper, you mentioned M = 2, and N = 750, so two seeds, and their nearest 750 clusters are selected before CR, which makes a total of 1500.
However, in train_gcn.py line 146, the
for batch in range(cls_num): it seems all the clusters are looped, and for each of them, a total of 1300+200 = 1500 clusters are sampled before CR. In every training step, the features from these clusters are used to construct the affinity graph after SR.
Did I miss something?

@RealNewNoob RealNewNoob changed the title About sampling strategy About sampling strategy and clustering setting Jun 20, 2021
@sstzal
Copy link
Owner

sstzal commented Jun 23, 2021

The "cls_num" in the code is the N in the paper.

You can refer this for more details. https://github.com/sstzal/STAR-FC/issues/3

@sstzal sstzal closed this as completed Aug 30, 2021
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