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

Question about the input dimension 225 in rl_seatch.py #11

Open
RYC-98 opened this issue Jan 15, 2025 · 0 comments
Open

Question about the input dimension 225 in rl_seatch.py #11

RYC-98 opened this issue Jan 15, 2025 · 0 comments

Comments

@RYC-98
Copy link

RYC-98 commented Jan 15, 2025

Thank you for your work! I'm confused about why self.embedding_list[0] has an input dimension of 225 and why the weights are not updated.

In rl_search.py,

def _stable_first_embedding(self):
    target = self.embedding_list[0]  # (0): Embedding(225, 30)
    for param in target.parameters():
        param.requires_grad = False

Could you explain the rationale behind this?

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

1 participant