1. 15 Feb, 2021 1 commit
  2. 09 Feb, 2021 2 commits
  3. 04 Feb, 2021 1 commit
  4. 02 Feb, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Add Quantizable MobilenetV3 architecture for Classification (#3323) · 8317295c
      Vasilis Vryniotis authored
      * Refactoring mobilenetv3 to make code reusable.
      
      * Adding quantizable MobileNetV3 architecture.
      
      * Fix bug on reference script.
      
      * Moving documentation of quantized models in the right place.
      
      * Update documentation.
      
      * Workaround for loading correct weights of quant model.
      
      * Update weight URL and readme.
      
      * Adding eval.
      8317295c
  5. 29 Jan, 2021 2 commits
  6. 27 Jan, 2021 2 commits
  7. 26 Jan, 2021 1 commit
  8. 22 Jan, 2021 1 commit
  9. 21 Jan, 2021 1 commit
  10. 20 Jan, 2021 2 commits
  11. 19 Jan, 2021 2 commits
  12. 18 Jan, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Add MobileNetV3 architecture for Detection (#3253) · bf211dac
      Vasilis Vryniotis authored
      * Minor refactoring of a private method to make it reusuable.
      
      * Adding a FasterRCNN + MobileNetV3 with & w/o FPN models.
      
      * Reducing Resolution to 320-640 and anchor sizes to 16-256.
      
      * Increase anchor sizes.
      
      * Adding rpn score threshold param on the train script.
      
      * Adding trainable_backbone_layers param on the train script.
      
      * Adding rpn_score_thresh param directly in fasterrcnn_mobilenet_v3_large_fpn.
      
      * Remove fasterrcnn_mobilenet_v3_large prototype and update expected file.
      
      * Update documentation and adding weights.
      
      * Use buildin Identity.
      
      * Fix spelling.
      bf211dac
  13. 14 Jan, 2021 2 commits
  14. 08 Jan, 2021 1 commit
  15. 07 Jan, 2021 1 commit
  16. 23 Dec, 2020 1 commit
  17. 22 Dec, 2020 1 commit
  18. 17 Dec, 2020 1 commit
  19. 16 Dec, 2020 1 commit
  20. 15 Dec, 2020 1 commit
  21. 12 Dec, 2020 1 commit
  22. 02 Dec, 2020 1 commit
  23. 30 Nov, 2020 1 commit
  24. 27 Nov, 2020 2 commits
  25. 19 Nov, 2020 2 commits
  26. 16 Nov, 2020 1 commit
  27. 09 Nov, 2020 2 commits
  28. 06 Nov, 2020 3 commits
    • F-G Fernandez's avatar
      Added annotation typing to shufflenet (#2864) · 052edcec
      F-G Fernandez authored
      * style: Added annotation typing for shufflenet
      
      * fix: Removed duplicate type hint
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed constructor typing
      
      * style: Added black formatting on depthwise_conv
      
      * style: Fixed stage typing in shufflenet
      052edcec
    • F-G Fernandez's avatar
      Added annotation typing to densenet (#2860) · a8d84961
      F-G Fernandez authored
      * style: Added annotation typing for densenet
      
      * fix: Fixed import
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed constructor typing
      
      * chore: Updated mypy.ini
      
      * fix: Fixed tuple typing
      
      * style: Ignored some mypy errors
      
      * style: Fixed typing
      
      * fix: Added missing constructor typing
      a8d84961
    • Aditya Oke's avatar
      Changes to assert to ValueError in achor utils (#2960) · 46f6083b
      Aditya Oke authored
      * changes to value error
      
      * fixes it :)
      
      * simpler fix
      46f6083b
  29. 03 Nov, 2020 1 commit