Tyofo
Results
1
comments of
Tyofo
the error message complete: --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) File c:\users\tyofo\appdata\local\programs\python\python39\lib\site-packages\pygad\pygad.py:2213, in load(filename) 2212 with open(filename + ".pkl", 'rb') as file: -> 2213 ga_in = cloudpickle.load(file) 2214 except...