Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 559 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 559 Bytes

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.