Generative algorithm based on the TimeGAN architecture for Project 8 data, migrated from TensorFlow 1.x to TensorFlow 2.x and PyTorch implementations.
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
- Open and run the latest notebook:
notebooks/latest/TimeGAN_PyTorch.ipynb