## Installation ### Prerequisites
- Python 3.11
- [Poetry](https://python-poetry.org/)
### Steps
1. Clone the repository:
```bash git clone https://git.imp.fu-berlin.de/schmia98/metric_mia cd metric_mia ```
2. Install dependencies:
```bash poetry install ```
3. Activate the virtual environment:
```bash poetry shell ```
### Usage
```bash
python main.py config_adult_tvae.yaml
```