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

Add support to attach heads to DenseNets #383

Closed

Conversation

mannatsingh
Copy link
Contributor

Summary:
Added the following attachable blocks to the DenseNet implementation-
Contains the following attachable blocks -

  • block{block_idx}-{idx}
  • transition-{idx}
  • trunk_output

The trunk_output block is the final output of the DenseNet. This is where a fully_connected head will normally be attached.

Differential Revision: D19780372

Summary:
Added the following attachable blocks to the `DenseNet` implementation-
Contains the following attachable blocks -
- `block{block_idx}-{idx}`
- `transition-{idx}`
- `trunk_output`

The `trunk_output` block is the final output of the `DenseNet`. This is where a `fully_connected` head will normally be attached.

Differential Revision: D19780372

fbshipit-source-id: ae0fc307ab072a1cf30048978c6cb608b1704baf
@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 Feb 7, 2020
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 183f518.

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 Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants