# TimeGAN-pytorch **Repository Path**: zk_repository/TimeGAN-pytorch ## Basic Information - **Project Name**: TimeGAN-pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-09 - **Last Updated**: 2024-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TimeGAN-pytorch Pytorch implementation of the paper [Time-series Generative Adversarial Networks](https://papers.nips.cc/paper/2019/file/c9efe5f26cd17ba6216bbe2a7d26d490-Paper.pdf) presented at NeurIPS'19. Jinsung Yoon, Daniel Jarrett ## Dependencies - Python (>=3.7) - Pytorch (>=1.7.0) ## References [Official Tensorflow Implementation ](https://github.com/jsyoon0823/TimeGAN)