D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.
MIT License
1.56k stars 281 forks source link

What's the usage 'index' in genotypes? #23

Closed YANGWAGN closed 4 years ago

YANGWAGN commented 4 years ago

In the genotype of GDAS_GF. There are three items for one op in a cell, which are (op, index, value). For example ('skip_connect', 0, 0.13017432391643524)

What's the usage for the 'index'? Thanks.

YANGWAGN commented 4 years ago

Thank you for your sharing, I think that I have known how it works.

D-X-Y commented 4 years ago

Cool! the index indicates the index of the input node.