1. 21 Apr, 2017 1 commit
  2. 17 Apr, 2017 1 commit
  3. 10 Apr, 2017 1 commit
  4. 07 Apr, 2017 1 commit
  5. 06 Apr, 2017 1 commit
    • Huan Yang's avatar
      Add support for Transforms.Scale([w, h]) with specific width and height (#133) · f6d49d8b
      Huan Yang authored
      * Fixed border missing on bottom and right side using make_grid
      
      * Add support for Transforms.Scale([h, w]) with specific height and width
      
      if self.size is a int then scale the image with the shorter side,
      otherwise if self.size is a list then scale the image to self.size
      directly
      
      * Add assert of size and doc for README
      
      Add assert of size and doc for README
      
      * Fix linter problem
      
      Fix linter problem
      
      * Add test for Scale
      
      Add test for Scale
      
      * Add both tuple and list support for Scale.size
      
      Add both tuple and list support for Scale.size
      
      * Add order of Scale.size in document and test case for list type of Scale.size
      
      Add order of Scale.size in document and test case for list type of
      Scale.size
      f6d49d8b
  6. 02 Apr, 2017 1 commit
  7. 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
  8. 29 Mar, 2017 2 commits
  9. 28 Mar, 2017 2 commits
  10. 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
  11. 23 Mar, 2017 12 commits
  12. 18 Mar, 2017 6 commits
  13. 17 Mar, 2017 3 commits
  14. 16 Mar, 2017 3 commits
  15. 13 Mar, 2017 4 commits