D-X-Y/AutoDL-Projects

AutoDL algorithm

yousefi318 opened this issue · 3 comments

from nas_201_api import NASBench201API as API
api = API('$path_to_meta_nas_bench_file')

Create an API without the verbose log

api = API('NAS-Bench-201-v1_1-096897.pth', verbose=False)

The default path for benchmark file is '{:}/{:}'.format(os.environ['TORCH_HOME'], 'NAS-Bench-201-v1_1-096897.pth')

api = API(None)

Hello
Many thanks for your answer the question about nasbench201
There is not file 'NASBench201API' in directory, therefore how to import that?
Can you establish a video of how to use nas-bench-201 in youtube?
Best regards,
Morteza

I can't find the nas_201_api,please tell me where it is.