Using backend: pytorch
Downloading gin_supervised_contextpred_pre_trained.pth from https://data.dgl.ai/dgllife/pre_trained/gin_supervised_contextpred.pth...
Pretrained model loaded
Starting with 128 fps with 4096 bits
Traceback (most recent call last):
File "/home/ec2-user/SynNet/scripts/optimize_ga.py", line 205, in <module>
scores, mols, trees = fitness(embs=population,
TypeError: fitness() got an unexpected keyword argument 'pool'
When I try and run
optimize_ga.py
I am gettingThis is the command I am using