New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/hongyanggao/graph-u-nets

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/hongyanggao/graph-u-nets

  • v0.0.0-20200917134302-b3d2c7358778
  • Source
  • Go
  • Socket score

Version published
Created
Source

PyTorch Implementation of Graph U-Nets

Created by Hongyang Gao @ Iowa State University, and Shuiwang Ji @ Texas A&M University.

About

PyTorch implementation of Graph U-Nets. Check http://proceedings.mlr.press/v97/gao19a/gao19a.pdf for more information.

Methods

Graph Pooling Layer

gPool

Graph Unpooling Layer

gPool

Graph U-Net

gPool

Installation

Type

./run_GNN.sh DATA FOLD GPU

to run on dataset using fold number (1-10).

You can run

./run_GNN.sh DD 0 0

to run on DD dataset with 10-fold cross validation on GPU #0.

Code

The detail implementation of Graph U-Net is in src/utils/ops.py.

Datasets

Check the "data/README.md" for the format.

Results

ModelsDDIMDBMULTIPROTEINS
PSCN76.3 ± 2.6%45.2 ± 2.8%75.9 ± 2.8%
DIFFPOOL80.6%-76.3%
SAGPool76.5%-71.9%
GIN82.0 ± 2.7%52.3 ± 2.8%76.2 ± 2.8%
g-U-Net83.0 ± 2.2%56.7 ± 2.9%78.7 ± 4.2%

Reference

If you find the code useful, please cite our paper:

@inproceedings{gao2019graph,
    title={Graph U-Nets},
    author={Gao, Hongyang and Ji, Shuiwang},
    booktitle={International Conference on Machine Learning},
    pages={2083--2092},
    year={2019}
}

FAQs

Package last updated on 17 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc