D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question for create the network from api in nas_bench_201

HanQiun opened this issue · comments

On nas_bench_201, if we were to assemble a network, An official code example is
'from models import get_cell_based_tiny_net # this module is in AutoDL-Projects/lib/models
network = get_cell_based_tiny_net(config) # create the network from configurration ',
which uses the file AutoDL/lib/models, But I did not find the 'get_cell_based_tiny_net' function in the project and wanted to ask if this code needs to be updated

I also have the same issue