-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some confusions about nasbenchmark_201. #178
Comments
The best score is known only for the tabular benchmarks. For the from hpobench.benchmarks.ml import TabularBenchmark
b = TabularBenchmark(model="nn", task_id=31)
b.global_minimums |
HPOBench/hpobench/benchmarks/nas/nasbench_201.py Lines 108 to 124 in 47bf141
In this file, what is the mean of the prefix ori e.g. ori-test? |
Hi, This docstring is borrowed from the NASBench-201 paper release and thus the actual details can be found here. I shall close this issue for now as there is nothing about HPOBench here. Please feel free to reopen or ask any further queries. |
HPOBench/hpobench/benchmarks/nas/nasbench_201.py Lines 262 to 264 in 47bf141
For test_accuracies and test_losses, why the valid_key is used rather than the test_key? |
For different task numbers, how can I know the best results for canculating the simple or inference regret?
The text was updated successfully, but these errors were encountered: