[BUG] idea to reduce duplicate code in algos.ipynb
lovettchris opened this issue · 2 comments
lovettchris commented
Describe the bug
When going through the notebooks in the intended order, there is a lot of duplicate code in algos.ipynb, you could eliminate that duplicate code using this trick:
import nbimporter
from search_space import MyModel, CNNSearchSpaceExt as CNNSearchSpace
lovettchris commented