Commit 23a1de72 authored by ZHENQIN WU's avatar ZHENQIN WU
Browse files

circumvent the path problem of dataset loading

parent fdb24dc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ test_dir = os.path.join(base_dir, "test")
model_dir = os.path.join(base_dir, "model")

# REPLACE WITH DOWNLOADED PDBBIND EXAMPLE
pdbbind_dir = "/scratch/users/rbharath/deep-docking/datasets/pdbbind"
pdbbind_dir = "/scratch/users/zqwu/deep-docking/datasets/pdbbind"
pdbbind_tasks, dataset, transformers = load_core_pdbbind_grid(
    pdbbind_dir, base_dir)