"mmdet3d/datasets/vscode:/vscode.git/clone" did not exist on "391f99c501eadec8505d23ba2de2b386fd119fb5"
  1. 05 Jul, 2019 1 commit
  2. 07 Jun, 2019 1 commit
    • Francisco Massa's avatar
      Memory efficient densenet (#1003) · de387e8c
      Francisco Massa authored
      * GPU efficient Densenets
      
      * removed `import math`
      
      * Changed 'efficient' to 'memory_efficient'
      
      * Add tests
      
      * Bugfix in test
      
      * Fix lint
      
      * Remove unecessary formatting
      de387e8c
  3. 30 Apr, 2019 1 commit
  4. 17 Apr, 2019 1 commit
  5. 01 Apr, 2019 1 commit
  6. 27 Nov, 2018 1 commit
  7. 12 Nov, 2018 1 commit
  8. 30 Apr, 2018 1 commit
  9. 21 Apr, 2018 1 commit
  10. 14 Dec, 2017 1 commit
  11. 22 Oct, 2017 1 commit
  12. 07 Oct, 2017 1 commit
  13. 10 Sep, 2017 1 commit
  14. 14 Jul, 2017 1 commit
  15. 01 Apr, 2017 1 commit
    • Furiously Curious's avatar
      Typo (#139) · 97871cd9
      Furiously Curious authored
      I have made some performance improvements to the model, and testing them now.  If results turn out good, I will submit a separate PR.
      97871cd9
  16. 27 Mar, 2017 1 commit
    • Yuanzheng Ci's avatar
      Change division style to prevent error in python3 (#127) · 74d04d2c
      Yuanzheng Ci authored
      Using python2 style '/' will convert int type to float in python3 which will cause the following error when creating FloatTensor:
      
      TypeError: torch.FloatTensor constructor received an invalid combination of arguments - got (float, int, int, int), but expected one of:
       * no arguments
       * (int ...)
            didn't match because some of the arguments have invalid types: (float, int, int, int)
      74d04d2c
  17. 23 Mar, 2017 1 commit