[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)
# GATS
Implementation of GATS from the paper: "GATS: Gather-Attend-Scatter" in pytorch and zeta.
## Install
`pip install gats`
## Usage
# Citation
```bibtex
@misc{zolna2024gats,
title={GATS: Gather-Attend-Scatter},
author={Konrad Zolna and Serkan Cabi and Yutian Chen and Eric Lau and Claudio Fantacci and Jurgis Pasukonis and Jost Tobias Springenberg and Sergio Gomez Colmenarejo},
year={2024},
eprint={2401.08525},
archivePrefix={arXiv},
primaryClass={cs.AI}
}
```
# License
MIT
Raw data
{
"_id": null,
"home_page": "https://github.com/kyegomez/GATS",
"name": "gats-torch",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6,<4.0",
"maintainer_email": "",
"keywords": "artificial intelligence,deep learning,optimizers,Prompt Engineering",
"author": "Kye Gomez",
"author_email": "kye@apac.ai",
"download_url": "https://files.pythonhosted.org/packages/b8/7e/ca81dc8f0c88dee3a23f63eb033eb558a232eb7199904a9ba9ca2bf67f63/gats_torch-0.0.1.tar.gz",
"platform": null,
"description": "[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# GATS\nImplementation of GATS from the paper: \"GATS: Gather-Attend-Scatter\" in pytorch and zeta.\n\n\n## Install\n`pip install gats`\n\n## Usage\n\n\n# Citation\n```bibtex\n@misc{zolna2024gats,\n title={GATS: Gather-Attend-Scatter}, \n author={Konrad Zolna and Serkan Cabi and Yutian Chen and Eric Lau and Claudio Fantacci and Jurgis Pasukonis and Jost Tobias Springenberg and Sergio Gomez Colmenarejo},\n year={2024},\n eprint={2401.08525},\n archivePrefix={arXiv},\n primaryClass={cs.AI}\n}\n```\n\n# License\nMIT\n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "gats - Pytorch",
"version": "0.0.1",
"project_urls": {
"Documentation": "https://github.com/kyegomez/GATS",
"Homepage": "https://github.com/kyegomez/GATS",
"Repository": "https://github.com/kyegomez/GATS"
},
"split_keywords": [
"artificial intelligence",
"deep learning",
"optimizers",
"prompt engineering"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a1444ce5444765250ab0b897443a0a451a1b8914d902f17e116277a1a855d15a",
"md5": "14d1ca74b3a90e329710838cdbc99ad7",
"sha256": "926313d8e085d4f4b88c8ae58703a96253b9813fc1276605f8054ef886954795"
},
"downloads": -1,
"filename": "gats_torch-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "14d1ca74b3a90e329710838cdbc99ad7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6,<4.0",
"size": 3100,
"upload_time": "2024-01-18T16:23:18",
"upload_time_iso_8601": "2024-01-18T16:23:18.439733Z",
"url": "https://files.pythonhosted.org/packages/a1/44/4ce5444765250ab0b897443a0a451a1b8914d902f17e116277a1a855d15a/gats_torch-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b87eca81dc8f0c88dee3a23f63eb033eb558a232eb7199904a9ba9ca2bf67f63",
"md5": "02dc4131150eb172d629287e1476d2d7",
"sha256": "31dd4a865121129e77438df7c3116b393878a079f40a64255968a37a0e52292b"
},
"downloads": -1,
"filename": "gats_torch-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "02dc4131150eb172d629287e1476d2d7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6,<4.0",
"size": 3193,
"upload_time": "2024-01-18T16:23:20",
"upload_time_iso_8601": "2024-01-18T16:23:20.343544Z",
"url": "https://files.pythonhosted.org/packages/b8/7e/ca81dc8f0c88dee3a23f63eb033eb558a232eb7199904a9ba9ca2bf67f63/gats_torch-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-18 16:23:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kyegomez",
"github_project": "GATS",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "torch",
"specs": []
},
{
"name": "zetascale",
"specs": []
},
{
"name": "swarms",
"specs": []
},
{
"name": "classifier-free-guidance-pytorch",
"specs": []
},
{
"name": "einops",
"specs": []
}
],
"lcname": "gats-torch"
}