Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 387 Bytes

File metadata and controls

22 lines (14 loc) · 387 Bytes

Train VectorSynth

🧑‍💻 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