Skip to content

surukuchi-lab/p8-gan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project 8 GAN

Generative algorithm based on the TimeGAN architecture for Project 8 data, migrated from TensorFlow 1.x to TensorFlow 2.x and PyTorch implementations.

Repository Structure

p8-gan/
├── src/                  # Python code and environment file
│   ├── environment.yml
│   └── old/
│       └── *.py
├── notebooks/
│   ├── old/              # Legacy TF2 & early notebooks
│   └── latest/           # Current PyTorch notebook
│       └── TimeGAN_PyTorch.ipynb
├── .gitignore
└── README.md

Usage

  • Open and run the latest notebook: notebooks/latest/TimeGAN_PyTorch.ipynb

About

Generative algorithm based on TimeGAN for Project 8 data.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors