1. 21 May, 2017 1 commit
  2. 30 Apr, 2017 1 commit
  3. 10 Apr, 2017 1 commit
  4. 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
  5. 28 Mar, 2017 1 commit
  6. 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
  7. 23 Mar, 2017 1 commit
  8. 18 Mar, 2017 1 commit
  9. 16 Mar, 2017 1 commit
  10. 13 Mar, 2017 2 commits
  11. 10 Mar, 2017 1 commit
  12. 27 Feb, 2017 1 commit
  13. 24 Feb, 2017 1 commit
  14. 21 Feb, 2017 1 commit
  15. 11 Feb, 2017 1 commit
    • Marat Dukhan's avatar
      SqueezeNet 1.0 and 1.1 models (#49) · d44273b4
      Marat Dukhan authored
      * Add SqueezeNet 1.0 and 1.1 models
      * Selectively avoid inplace in SqueezeNet
      * Use Glorot uniform initialization in SqueezeNet
      * Make all ReLU in SqueezeNet in-place
      * Add pretrained SqueezeNet 1.0 and 1.1
      * Minor fixes in SqueezeNet models
      d44273b4
  16. 02 Feb, 2017 1 commit
  17. 17 Jan, 2017 2 commits
  18. 12 Jan, 2017 1 commit
  19. 09 Jan, 2017 1 commit