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
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
The text was updated successfully, but these errors were encountered:
------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 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
The text was updated successfully, but these errors were encountered: