1. 28 Mar, 2017 2 commits
  2. 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
  3. 23 Mar, 2017 10 commits
  4. 18 Mar, 2017 4 commits
  5. 16 Mar, 2017 3 commits
  6. 13 Mar, 2017 3 commits
  7. 11 Mar, 2017 4 commits
  8. 10 Mar, 2017 1 commit
  9. 02 Mar, 2017 1 commit
  10. 01 Mar, 2017 1 commit
  11. 28 Feb, 2017 1 commit
  12. 27 Feb, 2017 4 commits
  13. 25 Feb, 2017 1 commit
    • Hang Su's avatar
      allow Pad to take non-number color formats (#69) · 6a8380cf
      Hang Su authored
      Previous assertion only allows numbers for `fill`, which rules out the possibility to pad multi-channel colors. For example, now fill=(255,255,255) or fill="white" can be used to achieve white padding for rgb inputs.
      6a8380cf
  14. 24 Feb, 2017 3 commits
  15. 21 Feb, 2017 1 commit