[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)
# Gamba
Implementation of "GAMBA: MARRY GAUSSIAN SPLATTING WITH MAMBA FOR SINGLE-VIEW 3D RECONSTRUCTION" in PyToch
## install
`$ pip intall gamba`
## usage
```python
import torch
from gamba.main import Gamba
# Forward pass of the GambaDecoder module.
x = torch.randn(1, 1000, 512)
# Model
model = Gamba(
dim=512,
d_state=512,
d_conv=512,
n=16384,
depth=3
)
# Out
out = model(x)
print(out)
```
# License
MIT
Raw data
{
"_id": null,
"home_page": "https://github.com/kyegomez/gamba",
"name": "gamba-torch",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.6",
"maintainer_email": null,
"keywords": "artificial intelligence, deep learning, optimizers, Prompt Engineering",
"author": "Kye Gomez",
"author_email": "kye@apac.ai",
"download_url": "https://files.pythonhosted.org/packages/b6/e2/1dd0dd121768975c0844107ea4669fa676b487bb13ff78520d367568112e/gamba_torch-0.0.1.tar.gz",
"platform": null,
"description": "[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# Gamba\nImplementation of \"GAMBA: MARRY GAUSSIAN SPLATTING WITH MAMBA FOR SINGLE-VIEW 3D RECONSTRUCTION\" in PyToch\n\n## install\n`$ pip intall gamba`\n\n## usage\n```python\nimport torch \nfrom gamba.main import Gamba\n\n\n# Forward pass of the GambaDecoder module.\nx = torch.randn(1, 1000, 512)\n\n# Model\nmodel = Gamba(\n dim=512,\n d_state=512,\n d_conv=512,\n n=16384,\n depth=3\n)\n\n# Out\nout = model(x)\nprint(out)\n```\n\n\n# License\nMIT\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "gamba - Pytorch",
"version": "0.0.1",
"project_urls": {
"Documentation": "https://github.com/kyegomez/gamba",
"Homepage": "https://github.com/kyegomez/gamba",
"Repository": "https://github.com/kyegomez/gamba"
},
"split_keywords": [
"artificial intelligence",
" deep learning",
" optimizers",
" prompt engineering"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6a9b8f79f9d4bf5594d0d44161d69336c918b423b265a42e16715d1cbde88f9c",
"md5": "e64748828a0adc01fd45e5f7cb9b6d4c",
"sha256": "d3e226af2acc2d4b49776302f114fa68244211d282af225727cbc2003961998c"
},
"downloads": -1,
"filename": "gamba_torch-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e64748828a0adc01fd45e5f7cb9b6d4c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.6",
"size": 4414,
"upload_time": "2024-03-31T16:48:44",
"upload_time_iso_8601": "2024-03-31T16:48:44.496364Z",
"url": "https://files.pythonhosted.org/packages/6a/9b/8f79f9d4bf5594d0d44161d69336c918b423b265a42e16715d1cbde88f9c/gamba_torch-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b6e21dd0dd121768975c0844107ea4669fa676b487bb13ff78520d367568112e",
"md5": "5734c9640305b228b18bbc67cd7e1eb3",
"sha256": "0d2549bb97836f42ebb52076e845ccfb3b1aec4fce1ebb920a9004d877cf4fd0"
},
"downloads": -1,
"filename": "gamba_torch-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "5734c9640305b228b18bbc67cd7e1eb3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.6",
"size": 4450,
"upload_time": "2024-03-31T16:48:45",
"upload_time_iso_8601": "2024-03-31T16:48:45.915512Z",
"url": "https://files.pythonhosted.org/packages/b6/e2/1dd0dd121768975c0844107ea4669fa676b487bb13ff78520d367568112e/gamba_torch-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-31 16:48:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kyegomez",
"github_project": "gamba",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "torch",
"specs": []
},
{
"name": "zetascale",
"specs": []
},
{
"name": "swarms",
"specs": []
}
],
"lcname": "gamba-torch"
}