• Dmitry Belenko's avatar
    Implementation of the MNASNet family of models (#829) · 69b28578
    Dmitry Belenko authored
    * Add initial mnasnet impl
    
    * Remove all type hints, comply with PyTorch overall style
    
    * Expose models
    
    * Remove avgpool from features() and add separately
    
    * Fix python3-only stuff, replace subclasses with functions
    
    * fix __all__
    
    * Fix typo
    
    * Remove conditional dropout
    
    * Make dropout functional
    
    * Addressing @fmassa's feedback, round 1
    
    * Replaced adaptive avgpool with mean on H and W to prevent collapsing the batch dimension
    
    * Partially address feedback
    
    * YAPF
    
    * Removed redundant class vars
    
    * Update urls to releases
    
    * Add information to models.rst
    
    * Replace init with kaiming_normal_ in fan-out mode
    
    * Use load_state_dict_from_url
    69b28578
models.rst 13.2 KB