Open yousefi318 opened 1 year ago
I can't find the nas_201_api,please tell me where it is.
Thanks.
牧川 @.***
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年5月30日(星期二) 下午2:15 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [D-X-Y/AutoDL-Projects] AutoDL algorithm (Issue #132)
It is at https://github.com/D-X-Y/nas-bench-201
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
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