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
Describe the bug
I had the quick start CNNSearchSpace to start with, but when I started using it in an AsyncModelEvaluator it started crashing because in that case the mutate and crossover methods are called with ArchaiModel objects that have an uninitialize arch model. All they have is an archid.
To Reproduce
See cnn_search_space.py and compare this with the one in the quickstart notebook.
Expected behavior
We need to change the EvolutionarySearchSpace api so that it encourages the creation of a search space that works in both sync and async modes.
The text was updated successfully, but these errors were encountered:
Describe the bug
I had the quick start
CNNSearchSpace
to start with, but when I started using it in anAsyncModelEvaluator
it started crashing because in that case themutate
andcrossover
methods are called withArchaiModel
objects that have an uninitializearch
model. All they have is anarchid
.To Reproduce
See cnn_search_space.py and compare this with the one in the quickstart notebook.
Expected behavior
We need to change the EvolutionarySearchSpace api so that it encourages the creation of a search space that works in both sync and async modes.
The text was updated successfully, but these errors were encountered: