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

[Retiarii] NAS-Bench-201 #3920

Merged
merged 6 commits into from
Jul 14, 2021
Merged

[Retiarii] NAS-Bench-201 #3920

merged 6 commits into from
Jul 14, 2021

Conversation

ultmaster
Copy link
Contributor

No description provided.

@@ -145,3 +146,77 @@ def forward(self, x: List[torch.Tensor]):
current_state = torch.sum(torch.stack(current_state), 0)
states.append(current_state)
return torch.cat(states[self.num_predecessors:], 1)


class NasBench201Cell(nn.Module):
Copy link
Contributor

Choose a reason for hiding this comment

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

it is supposed to be supported by base execution engine. have you tested it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There has been unittests on both execution engines.

@ultmaster ultmaster merged commit 542a660 into microsoft:master Jul 14, 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

Successfully merging this pull request may close these issues.

None yet

3 participants