Skip to content

gauravsdeshmukh/ChemGCN

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages