Skip to content

Fix missing weight init and clean up helper#87760

Closed
wconstab wants to merge 2 commits intogh/wconstab/20/basefrom
gh/wconstab/20/head
Closed

Fix missing weight init and clean up helper#87760
wconstab wants to merge 2 commits intogh/wconstab/20/basefrom
gh/wconstab/20/head

Conversation

@pytorch-bot
Copy link

pytorch-bot bot commented Oct 26, 2022

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/87760

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit e277b57:
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@albanD albanD removed their request for review October 26, 2022 17:56
m = ToyModel(hidden_feat=5).to(self.device)
inputs = torch.randn(20, 10).to(self.device)
correct_outputs = m(inputs)
m, inputs, correct_outputs = self.get_model(hidden_feat=5)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should we specify the first bucket size here so that the test doesn't fail if the first bucket size changes?

(probably doesn't really matter since this model is so small anyway)

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Oct 26, 2022
@wconstab
Copy link
Contributor Author

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

kulinseth pushed a commit to kulinseth/pytorch that referenced this pull request Nov 5, 2022
kulinseth pushed a commit to kulinseth/pytorch that referenced this pull request Dec 10, 2022
@facebook-github-bot facebook-github-bot deleted the gh/wconstab/20/head branch June 8, 2023 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk Trigger trunk jobs on your pull request Merged topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants