/MISA-pytorch

Multidataset Independent Subspace Analysis (MISA) - PyTorch Implementation

Primary LanguageJupyter Notebook

MISA-pytorch

This repository contains a PyTorch implementation for Multidataset Independent Subspace Analysis (MISA).

Environment

  1. Clone repository
git clone https://github.com/trendscenter/MISA-pytorch.git
  1. Create a virtual environment and activate the environment
conda create --name misa python=3.10
conda activate misa
  1. Install dependencies
cd MISA-pytorch
pip install -r requirements.txt

Simulation

Update the yaml file under the configs folder, and use python main.py to run the simulation.