Installation¶
Home | Installation | Running SP-FM
SP-FM is currently in active development and not available as a python library. It can, however, be used through the scripts available in the github repository.
1. Clone the repository¶
2. Create and activate an environment (optional but recommended)¶
For example, using conda:
You can also use venv or another environment manager if you prefer.
3. Install SP-FM in editable mode¶
From the repository root:
This installs SP-FM and its Python dependencies while keeping the source editable for development.
4. Install Exact Environment¶
We provide the requirements.txt file that can be used to recreate exactly the environment used for our benchmarks.
¶
Once installed, you can follow the instructions in the Running SP-FM page for an example training run on the Norman dataset.