-
Notifications
You must be signed in to change notification settings - Fork 10
Mol tree tensorize #3
Copy link
Copy link
Open
Description
Hi,
I am finding a bit confusing these lines from the mol_tree.tensorize function:
for u, v in mol.mol_tree.edges: if len(mol.mol_tree[u][v]['anchor']) > 2: print(mol.smiles) del mol_batch[i-del_num]
why are you deleting this molecule in this instance?
Won't it be used for training anymore?
what exactly does it mean for the mol_tree anchor to be greater than 2?
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels