Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.68 KB

README.md

File metadata and controls

47 lines (29 loc) · 2.68 KB

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!