Skip to content
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

small bug in init of top down bottom up #57

Merged
merged 2 commits into from
May 21, 2019
Merged

small bug in init of top down bottom up #57

merged 2 commits into from
May 21, 2019

Conversation

shubhamagarwal92
Copy link
Contributor

  • small bug in init of top down bottom up

@facebook-github-bot
Copy link
Contributor

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

@@ -15,7 +15,7 @@
@registry.register_model("top_down_bottom_up")
class TopDownBottomUp(BaseModel):
def __init__(self, image_attention_model, text_embedding_models, classifier):
super(TopDownBottomUpModel, self).__init__()
super(TopDownBottomUp, self).__init__()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you actually change it to super().__init__()? Since, we are not supporting Pythia 2.x, we should do it in 3.x's way.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you sign the CLA as well? Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually did! Not showing though

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label May 21, 2019
@apsdehal apsdehal merged commit 6586b3e into facebookresearch:master May 21, 2019
@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

apsdehal pushed a commit that referenced this pull request May 8, 2020
* [feature] Add Conceptual Captions Dataset

* Address comments
apsdehal pushed a commit that referenced this pull request May 8, 2020
* [feature] Add Conceptual Captions Dataset

* Address comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants