Closed LMZimmer closed 4 years ago
It looks like the surrogate models
folder is not currently in the pypi release.
This should be resolved now :)
I had the same issue, from the github repo, seems like there are a few places where the imports only have
from surrogate_models import [...]
instead of
from nasbench301.surrogate_models import [...]"
No biggie but you might want to fix it.
I created a pull request for this: https://github.com/automl/nasbench301/pull/4
import nasbench301
yieldsdue to
/surrogate_models
not being added viasys.path