Khiem Le
Results
1
comments of
Khiem Le
So, the function in utils.py is correct? And is that function aligned with the checkpoint here https://huggingface.co/chao1224/MoleculeSTM/tree/main/pretrained_MoleculeSTM/SciBERT-Graph-3e-5-1-1e-4-1-InfoNCE-0.1-32-32 @chao1224 Can you confirm? ``` def mol_to_graph_data_obj_simple(mol): """ used in MoleculeNetGraphDataset() class Converts...