Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Add support to normalize inputs in the heads #664

Closed

Conversation

mannatsingh
Copy link
Contributor

Summary:
Added a normalize_inputs argument to FullyConnectedHead and VisionTransformerHead.

Added simple test cases for both heads

Differential Revision: D25213285

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Nov 30, 2020
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Jan 23, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: e5c9eb215b950287fea7170a3d2b3374d7b61b43
mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Jan 23, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: fbc91ba97f444b1331fb97196aa27b4dfb1c666e
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Jan 23, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: 428e434b859367e4090442d7275b84b26c4b9bd6
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 12, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: cf6486fd05759317746e1727767aee5f33fb8a80
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 16, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: 45e7afe10f5029a210202c273f49947bb6cb1099
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 16, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: 08dfd53299831e761c60cfb8ed82d0c17eaa0f7a
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 16, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: 75fb49f5e43ded568050e556275870404ae30c41
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 22, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: f618fdf7fe1e10c9d5c6f2310a53fb3e68cd33f5
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 22, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: 841a97518fea834c82ddfc7141bf242e539206aa
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 22, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: 3afc6d951c9e5479aca31876bb680be8e81e66ad
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 23, 2021
Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Differential Revision: D25213285

fbshipit-source-id: be23a1326242f5e24643c337eef77c69d721e283
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

Summary:
Pull Request resolved: facebookresearch#664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Reviewed By: lauragustafson

Differential Revision: D25213285

fbshipit-source-id: d10da04589b316b85e6706801775d1ade9cf37e2
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25213285

facebook-github-bot pushed a commit that referenced this pull request Mar 30, 2021
Summary:
Pull Request resolved: #664

 Added a `normalize_inputs` argument to `FullyConnectedHead` and `VisionTransformerHead`.

Added simple test cases for both heads

Reviewed By: lauragustafson

Differential Revision: D25213285

fbshipit-source-id: 7bcbfb7e846c6ec97de47706e82fb36816433399
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants