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
Traceback (most recent call last):
File "evolve.py", line 1, in
from utils import StatusUpdateTool, Utils, Log
File "/home/guohy/eacnn-sum/ea-cnn/utils.py", line 5, in
from genetic.population import Population, Individual, DenseUnit, ResUnit, PoolUnit
ModuleNotFoundError: No module named 'genetic.population'
Can you tell me how to solve the ModuleNotFound Problem? Thank you very much.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "evolve.py", line 1, in
from utils import StatusUpdateTool, Utils, Log
File "/home/guohy/eacnn-sum/ea-cnn/utils.py", line 5, in
from genetic.population import Population, Individual, DenseUnit, ResUnit, PoolUnit
ModuleNotFoundError: No module named 'genetic.population'
Can you tell me how to solve the ModuleNotFound Problem? Thank you very much.
The text was updated successfully, but these errors were encountered: