SkillAgentSearch skills...

ChemGCN

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

Install / Use

/learn @gauravsdeshmukh/ChemGCN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated9mo ago
Forks7

Languages

Python

Security Score

82/100

Audited on Jul 3, 2025

No findings