D-X-Y / AutoDL-Projects

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

Question for create the network from api in nas_bench_201 #135

Open HanQiun opened 10 months ago

HanQiun commented 10 months ago

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

rohanasthana commented 8 months ago

I also have the same issue