You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: