Skip to content

Commit

Permalink
[SIMBA]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Mar 26, 2024
1 parent 3a4db9f commit c638864
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ print(out.shape)

# License
MIT

# Todo
- [ ] Add paper link
- [ ] Add citation bibtex
- [ ] cleanup
3 changes: 3 additions & 0 deletions simba_torch/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from simba_torch.main import Simba

__all__ = ["Simba"]

0 comments on commit c638864

Please sign in to comment.