mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-02-06 03:32:18 +08:00
Fixing bug in open source implementation of OGB-LSC/PCQ.
PiperOrigin-RevId: 483319710
This commit is contained in:
committed by
Diego de las Casas
parent
a748a7c817
commit
a318c69018
@@ -289,6 +289,7 @@ def _load_smiles(
|
||||
elif split == "train":
|
||||
indices = datasets.load_all_except_kth_fold_indices(
|
||||
data_root, k_fold_split_id, num_k_fold_splits)
|
||||
indices += datasets.load_splits()["train"]
|
||||
else:
|
||||
assert split == "valid"
|
||||
indices = datasets.load_kth_fold_indices(data_root, k_fold_split_id)
|
||||
|
||||
Reference in New Issue
Block a user