jourmore / ChemGCN

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%