Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Madjid-CH committed May 27, 2024
1 parent dac9271 commit 7c69f1d
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<h3 align="center">MixMAS</h3>

<p align="center">
An official implementation for paper: "MixMAS: A Framework for Sampling-Based Mixer Architecture Search for Multimodal Fusion and Learning"
<br/>
<br/>

## Table Of Contents

* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)

## About The Project

![MixMAS](images/mixmas.png)

In this paper, we propose MixMAS, a framework for Sampling-Based Mixer Architecture Search for Multimodal Fusion and
Learning. Our framework automatically selects the adequate MLP-based architecture for a given multimodal machine
learning task (MML).

## Built With

* [Python](https://www.python.org/)
* [PyTorch](https://pytorch.org/)
* [PyTorch-Lightning](https://www.pytorchlightning.ai/index.html)

## Getting Started

### Prerequisites

python 3.11 or higher

### Installation

```bash
pip install -r requirements.txt
```

## Usage

```bash
python run.py
```



0 comments on commit 7c69f1d

Please sign in to comment.