"tests/vscode:/vscode.git/clone" did not exist on "7ef3a5e925c3a742453146268fce13d9cff00346"
  1. 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
  2. 23 Mar, 2017 1 commit
  3. 18 Mar, 2017 1 commit
  4. 16 Mar, 2017 1 commit
  5. 13 Mar, 2017 2 commits
  6. 10 Mar, 2017 1 commit
  7. 27 Feb, 2017 1 commit
  8. 24 Feb, 2017 1 commit
  9. 21 Feb, 2017 1 commit
  10. 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
  11. 02 Feb, 2017 1 commit
  12. 17 Jan, 2017 2 commits
  13. 12 Jan, 2017 1 commit
  14. 09 Jan, 2017 1 commit