-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Video Vision Transformer implementation #62
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
731c98f
added patch embedding methods for videos
abhi-glitchhg ddbd9b1
added patch embedding methods for videos
abhi-glitchhg 0680c67
added factorised self attention
abhi-glitchhg b7fdeb3
added model2 of vivit (spatial-transformer and temporal transformer i…
abhi-glitchhg 618368f
edited test_models
abhi-glitchhg bd406f4
edited test_models
abhi-glitchhg c04b01d
minor
abhi-glitchhg 8e7ac6e
added tests
abhi-glitchhg beacc51
added tests
abhi-glitchhg 2a7fb98
Merge branch 'main' into vivit
abhi-glitchhg 50f7be5
minor edit
abhi-glitchhg d78da4a
minor edit
abhi-glitchhg 0138676
empty file deleted
abhi-glitchhg 0da0ffd
suggestions added
abhi-glitchhg fb3abe3
Merge remote-tracking branch 'origin/vivit' into vivit
abhi-glitchhg 809eeb7
readme and docs
abhi-glitchhg 2692f27
Added ViViT entry to README
NeelayS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added tests
- Loading branch information
commit 8e7ac6e94c0dc0dba457d257ce6c4def1ac6c1df
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please move this import to the top of the file since we've been doing that for the rest of the test functions?