Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 641 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 641 Bytes

Introduction

This repo contains code for reproducing the results in the paper Graphical Models with Attention for Context-Specific Independence and an Application to Perceptual Grouping.

Setting up the environment

  1. The code was tested under python 3.7
  2. Set up the virtual environment
pip install -r requirements.txt
python setup.py develop
  1. Point BASE in mam/__init__.py to the data directory (full sets of data coming)

The code was tested on Ubuntu 18.04 with CUDA 11.3.

Reproducing the results

Use the scripts in the scripts folder to reproduce results in the paper.