yn-sun / ea-cnn

This is the code for the paper of "Completely automated CNN architecture design based on blocks"
25 stars 19 forks source link

raise ValueError('The running flag is set to be running, but there is no generated population stored') ValueError: The running flag is set to be running, but there is no generated population stored #6

Open happy20200 opened 3 years ago

happy20200 commented 3 years ago

image how can i fix it

lawsonX commented 3 years ago

I got the Same problem!

lawsonX commented 3 years ago

It seems that a folder named 'poplulations' was missing from the project. It is mentioned quite a lot in utils.py , but there is no such folder.

yn-sun commented 2 years ago

It seems that a folder named 'poplulations' was missing from the project. It is mentioned quite a lot in utils.py , but there is no such folder.

Set the running flag in the ini file as 0

whubaichuan commented 10 months ago

It seems that a folder named 'poplulations' was missing from the project. It is mentioned quite a lot in utils.py , but there is no such folder.

Set the running flag in the ini file as 0

@yn-sun even set the is_running=0, but still there is some missing error: No such file or directory: './populations/begin_00.txt'