This repository contains a PyTorch implementation for Multidataset Independent Subspace Analysis (MISA).
- Clone repository
git clone https://github.com/trendscenter/MISA-pytorch.git
- Create a virtual environment and activate the environment
conda create --name misa python=3.10
conda activate misa
- Install dependencies
cd MISA-pytorch
pip install -r requirements.txt
Update the yaml file under the configs folder, and use python main.py
to run the simulation.