Installation#
Install from source#
Clone the repository and install in development mode:
git clone https://github.com/erfanzabeh/NeuralFieldManifold.git
cd NeuralFieldManifold
pip install -e .
To include development and documentation extras:
pip install -e ".[dev,docs]"
Requirements#
Python ≥ 3.10
PyTorch, JAX, NumPy, SciPy, scikit-learn, and other dependencies listed in
pyproject.toml