Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 764 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 764 Bytes

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]"