"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "3ee40ff919db9c77f49173a38237a6879cc2390e"
  1. 08 Oct, 2020 1 commit
  2. 30 Sep, 2020 1 commit
  3. 27 Sep, 2020 1 commit
    • Shixin's avatar
      [MobileNet] Add Mobilenet Backbone Implementation (#9303) · e61588cd
      Shixin authored
      
      
      * factor make_divisible function and move round_filters to nn_layers
      
      * modify SqueezeExcitation to add two additional parameter: divisible_by and gating_activation
      
      * modify the InvertedBottleneckBlock to include 1. use_depthwise, 2. use_residual, 3. regularize_depthwise additional boolean flag; Add control for depthwise activation and regularizer; remove expand_ratio from SqueezeExcitation
      
      * add Conv2DBNBlock definition
      
      * add mobilenet v2, v3 implementation
      
      * add mobilenet v1
      
      * put mobilenet_base into class body
      
      * fix a type hint error
      
      * the invertedbottlenetblock is different for mobilenet and efficientnet. Made necessary changes to cope both.
      
      * add target_backbone while call invertedbottleneckblock
      
      * add relu6 and hard_sigmoid
      
      * add test for mobilenet
      
      * add mobilenet to factory
      
      * fix some typo; link the reference to the architectures
      
      * remove future import
      Co-authored-by: default avatarShixin Luo <luoshixin@google.com>
      e61588cd
  4. 17 Sep, 2020 2 commits
  5. 16 Sep, 2020 8 commits
  6. 15 Sep, 2020 4 commits
  7. 13 Sep, 2020 2 commits
  8. 04 Sep, 2020 2 commits
  9. 02 Sep, 2020 2 commits
  10. 28 Aug, 2020 2 commits
  11. 27 Aug, 2020 6 commits
  12. 19 Aug, 2020 2 commits
  13. 12 Aug, 2020 2 commits
  14. 09 Aug, 2020 2 commits
  15. 08 Aug, 2020 3 commits