Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants