/vne

von Neumman's Elephant

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Black vne pre-commit

vne

von Neumman's Elephant

"With four parameters I can fit an elephant, and with five I can make him wiggle his trunk."

Installation

conda create -n vne python=3.8
conda activate vne
git clone https://github.com/quantumjot/vne.git
cd vne

Inference only

pip install -e .

Training/Development

pip install -e ".[dev]"