D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.
MIT License
1.57k stars 282 forks source link

What is the usage of 'value' in genotype? #11

Closed kongxz closed 5 years ago

kongxz commented 5 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 'value'? Thanks.

D-X-Y commented 5 years ago

You can ignore that, it is just used for debugging.