All Projects → KelestZ → CondGen

KelestZ / CondGen

Licence: other
Conditional Structure Generation through Graph Variational Generative Adversarial Nets, NeurIPS 2019.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CondGen

sparklines
Text-based sparkline command line mimicking those of Edward Tuft.
Stars: ✭ 84 (+82.61%)
Mutual labels:  graphs
auto coding
A basic and simple tool for code auto completion
Stars: ✭ 42 (-8.7%)
Mutual labels:  generative-model
EVE
Official repository for the paper "Large-scale clinical interpretation of genetic variants using evolutionary data and deep learning". Joint collaboration between the Marks lab and the OATML group.
Stars: ✭ 37 (-19.57%)
Mutual labels:  generative-model
SuiteSparseGraphBLAS.jl
Sparse, General Linear Algebra for Graphs!
Stars: ✭ 79 (+71.74%)
Mutual labels:  graphs
jgrapht
Master repository for the JGraphT project
Stars: ✭ 2,259 (+4810.87%)
Mutual labels:  graphs
SurrealNumbers.jl
Implementation of Conway's Surreal Numbers
Stars: ✭ 30 (-34.78%)
Mutual labels:  graphs
gfapy
Gfapy: a flexible and extensible software library for handling sequence graphs in Python
Stars: ✭ 54 (+17.39%)
Mutual labels:  graphs
mix-stage
Official Repository for the paper Style Transfer for Co-Speech Gesture Animation: A Multi-Speaker Conditional-Mixture Approach published in ECCV 2020 (https://arxiv.org/abs/2007.12553)
Stars: ✭ 22 (-52.17%)
Mutual labels:  generative-model
texturize
🤖🖌️ Generate photo-realistic textures based on source images. Remix, remake, mashup! Useful if you want to create variations on a theme or elaborate on an existing texture.
Stars: ✭ 495 (+976.09%)
Mutual labels:  generative-model
SeaPearl.jl
Julia hybrid constraint programming solver enhanced by a reinforcement learning driven search.
Stars: ✭ 119 (+158.7%)
Mutual labels:  graphs
feed forward vqgan clip
Feed forward VQGAN-CLIP model, where the goal is to eliminate the need for optimizing the latent space of VQGAN for each input prompt
Stars: ✭ 135 (+193.48%)
Mutual labels:  generative-model
football-graphs
Graphs and passing networks in football.
Stars: ✭ 81 (+76.09%)
Mutual labels:  graphs
cygen
Codes for CyGen, the novel generative modeling framework proposed in "On the Generative Utility of Cyclic Conditionals" (NeurIPS-21)
Stars: ✭ 44 (-4.35%)
Mutual labels:  generative-model
eccv16 attr2img
Torch Implemention of ECCV'16 paper: Attribute2Image
Stars: ✭ 93 (+102.17%)
Mutual labels:  generative-model
asyncmachine
Relational State Machine with a visual inspector
Stars: ✭ 67 (+45.65%)
Mutual labels:  graphs
arcdiagram
R package arcdiagram
Stars: ✭ 75 (+63.04%)
Mutual labels:  graphs
MMD-GAN
Improving MMD-GAN training with repulsive loss function
Stars: ✭ 82 (+78.26%)
Mutual labels:  generative-model
RAVE
Official implementation of the RAVE model: a Realtime Audio Variational autoEncoder
Stars: ✭ 564 (+1126.09%)
Mutual labels:  generative-model
GatedPixelCNNPyTorch
PyTorch implementation of "Conditional Image Generation with PixelCNN Decoders" by van den Oord et al. 2016
Stars: ✭ 68 (+47.83%)
Mutual labels:  generative-model
mully
R package to create, modify and visualize graphs with multiple layers.
Stars: ✭ 36 (-21.74%)
Mutual labels:  graphs

Implementation of CondGen, NeurIPS 2019.

Please cite the following work if you find the code useful.

@inproceedings{yang2018meta,
	Author = {Yang, Carl and Zhuang, Peiye and Shi, Wenhan and Luu, Alan and Pan, Li},
	Booktitle = {NeurIPS},
	Title = {Conditional structure generation through graph variational generative adversarial nets},
	Year = {2019}
}

Contact: Peiye Zhuang ([email protected]), Carl Yang ([email protected])

Results

Prerequisites

  • Python3
  • Pytorch 0.4
  • Tookits like python-igraph, powerlaw, networkx etc.

Data

Our DBLP dataset and TCGA dataset are released on Google Drive.

Training

python train.py

with default setttings in options.py.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].