kstaats / karoo_gp

A Genetic Programming platform for Python with TensorFlow for wicked-fast CPU and GPU support.
Other
159 stars 61 forks source link

Error #74

Closed asksak closed 2 years ago

asksak commented 2 years ago

Dear Kai,

I ran Karoo GP as usual:

sudo nice -1 python karoo-gp.py

and the following error stopped Pause from loading at run-end:

Screen Shot 2022-06-26 at 11 42 13 AM
asksak commented 2 years ago

I would also appreciate the versions of TF, SYMPY, NUMPY, AND PYTHON if you may.

kstaats commented 2 years ago

Thank you. Checking ...

On 6/26/22 01:44, asksak wrote:

Dear Kai,

I ran Karoo GP as usual:

python karoo_gp_server.py -ker c -typ r -bas 4 -fil

and the following error stopped Pause from lauding at run-end:

Screen Shot 2022-06-26 at 11 42 13 AM
asksak commented 2 years ago

Dear Kai,

I still haven't received the version numbers your developers use for Python, simply, numpy, TF, and Pandas

Much appreciated

kstaats commented 2 years ago

Our apology. I have reminded the team.

On 6/27/22 00:34, asksak wrote:

Dear Kai,

I still haven't received the version numbers your developers use for Python, simply, numpy, TF, and Pandas

Much appreciated

ezio-melotti commented 2 years ago

We are running and targeting the latest available version for all the packages you mentioned, except for TensorFlow -- even though we install the latest version, at the moment the API is still only compatible with TF1. We are planning to update it to support TF2.

FWIW in my env I'm running:

Python                       3.10.4
numpy                        1.22.3
sympy                        1.10.1
tensorflow                   2.9.0
asksak commented 2 years ago

Hello Kai & Ezio,

I still get that error with the above versions. Karoo is much faster in both crossover and generation production, however, can't get the pause menu, an error as shown above is given.

kstaats commented 2 years ago

Ok. Looking into it ...

On 6/27/22 09:19, asksak wrote:

Hello Kai & Ezio,

I still get that error with the above versions. Karoo is much faster in both crossover and generation production, however, can't get the pause menu, an error as shown above is given.

ezio-melotti commented 2 years ago

This is indeed a bug. Keep in mind that master is the development branch, so even though we try to keep it functional, we don't guarantee stability until the next official release.

asksak commented 2 years ago

Hello Ezio,

Just a side note, SILENT run from command line completes successfully and writes the results to disk.