You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/***/ProteinInvBench/opencpd/utils/main_utils.py", line 47, in get_dataset
return load_data(**config)
^^^^^^^^^^^^^^^^^^^
TypeError: load_data() missing 2 required positional arguments: 'pdb_path' and 'split_csv'
You've done a nice framework for inverse folding.
However, I've meet the mistakes here, and I have no idea how to add the arguments or what the csv file is?
What should I do now. Looking forward to your supplyment!
The text was updated successfully, but these errors were encountered:
File "/home/***/ProteinInvBench/opencpd/utils/main_utils.py", line 47, in get_dataset
return load_data(**config)
^^^^^^^^^^^^^^^^^^^
TypeError: load_data() missing 2 required positional arguments: 'pdb_path' and 'split_csv'
You've done a nice framework for inverse folding.
However, I've meet the mistakes here, and I have no idea how to add the arguments or what the csv file is?
What should I do now. Looking forward to your supplyment!
The text was updated successfully, but these errors were encountered: