-
Notifications
You must be signed in to change notification settings - Fork 157
Moving flava model to its own folder #96
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
Conversation
[ghstack-poisoned]
Codecov Report
@@ Coverage Diff @@
## gh/ankitade/2/base #96 +/- ##
======================================================
- Coverage 88.96% 88.85% -0.12%
======================================================
Files 33 33
Lines 1722 1722
======================================================
- Hits 1532 1530 -2
- Misses 190 192 +2
Continue to review full report at Codecov.
|
[ghstack-poisoned]
@ankitade has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
with self.assertRaises(ValueError): | ||
_ = FLAVASelfAttention(hidden_size=3, num_attention_heads=2) | ||
|
||
def test_flava_transformer_without_embeddings_value_error(self): |
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.
Just wondering, why remove this?
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.
its an unrelated test that got checked in by mistake while separating out transformers
Summary: Pull Request resolved: facebookresearch#96 Create a flava directory under models and move flava.py there in preparation for separating out flava text and image encoders in that directory Test Plan: Imported from OSS Differential Revision: D37284910 fbshipit-source-id: 4638403d7338c0678e0aab7f6b40c7b3672da0e4
Create a flava directory under models and move flava.py there in preparation for separating out flava text and image encoders in that directory
Stack from ghstack (oldest at bottom):
Differential Revision: D37284910