Skip to content

justinhou95/TimeCausalVAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time-Causal VAE ⏱

The official code repository for paper Time-Causal VAE: Robust Financial Time Series Generator.

Environments 🔩

  • Python 3.11 and PyTorch 2.5

  • Run the following commands to install python libraries:

    • python -m pip install -r requirements/development.txt
  • You can also use pip-tools to regenerate the requirements/development.txt from requirements/development.in by the following command:

    • python -m piptools compile requirements/train.in --output-file requirements/train.txt
    • and then run python -m pip install -r requirements/development.txt

Training 🧗🏻

You can find a example notebook notebooks/example.ipynb for the training pipeline.

Datasets and Trained Weight 📦

You can find the evaluation of trained models in the notebooks:

The trained models weights and training configurations are save in trained_models

Image

Reference

Contact

If you have any questions, please feel free to reach me out!

About

Time-Causal VAE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published