To use this pipeline, set up a python environment with the packages from requirements.txt
.
The pipeline consists of several consecutive steps
For this, we use analysis/prepare_2layer_data.py
.
We supply the script with the trajectories output file from the FAIRSEA code (e.g. reduced_data_20241022_1105.pkl
).
We train the neural network with analysis/train_2layer_model.py
.
It is important to supply a configfile that follows the conventions from analysis/example_config.toml