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

Commits on Feb 7, 2020

  1. Add support to attach heads to DenseNets

    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
    mannatsingh authored and facebook-github-bot committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    9b03002 View commit details
    Browse the repository at this point in the history