This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| f 1 37 18 | |
| f 1 2 37 | |
| f 2 42 37 | |
| f 2 3 42 | |
| f 3 32 42 | |
| f 3 50 32 | |
| f 3 4 50 | |
| f 4 49 50 | |
| f 4 5 49 | |
| f 5 6 49 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| absl-py==2.0.0 | |
| antlr4-python3-runtime==4.9.3 | |
| astunparse==1.6.3 | |
| black==23.12.1 | |
| cachetools==5.3.2 | |
| certifi==2023.11.17 | |
| cffi==1.16.0 | |
| charset-normalizer==3.3.2 | |
| click==8.1.7 | |
| Cython==3.0.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from design_bench.disk_resource import DATA_DIR | |
| from design_bench.disk_resource import google_drive_download | |
| from deepchem.feat.smiles_tokenizer import SmilesTokenizer | |
| import pandas as pd | |
| import numpy as np | |
| import argparse | |
| import glob | |
| import os | |
| import math |
OlderNewer