Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgarciae/simple-attention
https://github.com/cgarciae/simple-attention
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgarciae/simple-attention
- Owner: cgarciae
- Created: 2020-02-06T20:33:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:30:38.000Z (about 2 years ago)
- Last Synced: 2024-11-07T09:38:42.626Z (2 months ago)
- Language: Python
- Size: 188 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```