8000 GitHub - jinzhuwei/SGGRL: The implementation of the paper "Multi-Modal Representation Learning for Molecular Property Prediction: Sequence, Graph, Geometry".
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from Vencent-Won/SGGRL

The implementation of the paper "Multi-Modal Representation Learning for Molecular Property Prediction: Sequence, Graph, Geometry".

Notifications You must be signed in to change notification settings

jinzhuwei/SGGRL

 
 

Repository files navigation

SGGRL: Multi-Modal Representation Learning for Molecular Property Prediction: Sequence, Graph, Geometry

Framework

method

Usage:

  1. Process Data
python build_corpus.py --in_path {data_path} --out_path {save_path}
python build_vocab.py --corpus_path {corpus_path} --out_path {save_path}
python data_3d.py --dataset {dataset name}
  1. Molecular Property Prediction
python main.py --dataset {dataset name} --task_type {reg/class}

About

The implementation of the paper "Multi-Modal Representation Learning for Molecular Property Prediction: Sequence, Graph, Geometry".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0