Closed rubenalv closed 1 year ago
@rubenalv The benchmark data is retrieved through processing/build_dataset.py
. You should execute the script data/rsyncPDB.sh
first to download the dataset. After processing the scripts above you can fetch the contacts_rr5A_64nn_8192.h5
Hello, I noticed that some module calls do not match the directory structure in the .ipynb file. Eg.
from config import config_model, config_data
should be (according to the github structure)from model.config import config_model, config_data
Also, the benchmark data is missing in the github. Where could I retrieve it from?
dataset = Dataset("datasets/contacts_rr5A_64nn_8192.h5")