Train VectorSynth

November 12, 2025 Β· View on GitHub

πŸ§‘β€πŸ’» Setting up environment

Create a conda environment:

conda env create -f environment.yaml
conda activate vectorsynth

πŸ—ΊοΈ Generating Vector Data

See scripts/data/README.md for detailed notes on the data generation pipeline.

πŸ”₯ Training

Setup all parameters of interest in train.py, then run:

python train.py

Contents

  1. 1πŸ§‘β€πŸ’» Setting up environment
  2. 2πŸ—ΊοΈ Generating Vector Data
  3. 3πŸ”₯ Training