Skip to content

Difference between GDAS variants #119

Open
@D-X-Y

Description

@D-X-Y

Which Algorithm
GDAS: Searching for A Robust Neural Architecture in Four GPU Hours

Describe the Question
In search_cells.py, there are two kinds of GDAS implementations:

  • First, self._ops[index](x) * weights[index]
  • Second, weights[_ie] * edge(nodes[j]) if _ie == argmaxs else weights[_ie] for _ie, edge in enumerate(self.edges[node_str])

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions