Hi Huang,
Thank you for the great work.
When I reproduce your project with the code below:
"python -u train.py --config ./configs/crossdock_epoch.yml"
It gives me the following error:
“lmdb.Error: ./data/crossdocked_pocket10/crossdocked_pocket10_processed.lmdb: No such file or directory”, and I also noticed that I cannot find _name2id.pt file.
I would be appreivate if you could provide the scripts that how to generate .lmdb and .pt files for both corssdocked dataset and pdbind dataset.
Hi Huang, Thank you for the great work. When I reproduce your project with the code below: "python -u train.py --config ./configs/crossdock_epoch.yml"
It gives me the following error: “lmdb.Error: ./data/crossdocked_pocket10/crossdocked_pocket10_processed.lmdb: No such file or directory”, and I also noticed that I cannot find _name2id.pt file.
I would be appreivate if you could provide the scripts that how to generate .lmdb and .pt files for both corssdocked dataset and pdbind dataset.
Best