Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cgarciae/simple-attention


https://github.com/cgarciae/simple-attention

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Simple Attention

## Instalation

```bash
poetry install
```

Alternatively you can use pip from the exported requirements.txt file:

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

## Run
```bash
bash training/experiment.sh --viz
```