D-X-Y / AutoDL-Projects

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

Missing Structure object? #32

Closed auroua closed 4 years ago

auroua commented 4 years ago

In file search_model_gdas.py in lib/models/cell_searchs package.

from .genotypes import Structure

I can not find the Structure object. Could you share this file?

auroua commented 4 years ago

The method forward_gdas in SearchCell class doesn't exists too. Could you share this method? Thanks!

D-X-Y commented 4 years ago

Hi, I'm in ICCV and may not respond in time. I will push those parts of codes soon

auroua commented 4 years ago

Thanks.

D-X-Y commented 4 years ago

@auroua Please find the functions at https://github.com/D-X-Y/NAS-Projects/blob/master/lib/models/cell_searchs/search_cells.py#L47