Question for create the network from api in nas_bench_201
HanQiun opened this issue · 1 comments
HanQiun commented
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
I also have the same issue