Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 525 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 525 Bytes

ChemGCN

ChemGCN is a graph convolutional network to predict water solubilities of small molecules.

To get started, follow the steps below:

  1. Install Anaconda.

  2. Install either the GPU or CPU ChemGCN environment.

conda env create --name chem_gcn --file environment_gpu.yml

OR

conda env create --name chem_gcn --file environment_cpu.yml
  1. Activate the environment.
conda activate chem_gcn
  1. Run the training script.
python train_chemgcn.py