Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

nasbench201 api bug #2721

Closed
gxiaotian opened this issue Jul 23, 2020 · 0 comments · Fixed by #2728
Closed

nasbench201 api bug #2721

gxiaotian opened this issue Jul 23, 2020 · 0 comments · Fixed by #2728
Assignees
Labels
bug Something isn't working NAS

Comments

@gxiaotian
Copy link

Changing the order of arch dictionary causes query_nb201_trial_stats returns nothing.

Environment:

  • NNI version: v1.7
  • Client OS: Windows10 WSL
  • Python version: 3.7

code:

arch = {"0_1": "conv_3x3", "0_2": "none", "1_2": "avg_pool_3x3", "0_3": "none", "1_3": "none", "2_3": "conv_3x3"}
print(len([t for t in query_nb201_trial_stats(arch, 200, 'cifar100')]))
arch = {"0_1": "conv_3x3", "0_2": "none", "0_3": "none", "1_2": "avg_pool_3x3", "1_3": "none", "2_3": "conv_3x3"}
print(len([t for t in query_nb201_trial_stats(arch, 200, 'cifar100')]))

result:

3
0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working NAS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants