1. 10 Sep, 2019 1 commit
  2. 09 Sep, 2019 3 commits
  3. 06 Sep, 2019 2 commits
  4. 02 Sep, 2019 2 commits
    • eellison's avatar
      make shufflenet and resnet scriptable (#1270) · 26c9630b
      eellison authored
      * make shufflenet scriptable
      
      * make resnet18 scriptable
      
      * set downsample to identity instead of __constants__ api
      
      * use __constants__ for downsample instead of identity
      
      * import tensor to fix flake
      
      * use torch.Tensor type annotation instead of import
      26c9630b
    • Carrie's avatar
      fixed typo (#1284) · 20a4a42d
      Carrie authored
      * fixed typo
      
      * fixed some more typos and grammer
      20a4a42d
  5. 30 Aug, 2019 3 commits
  6. 29 Aug, 2019 1 commit
  7. 28 Aug, 2019 2 commits
  8. 07 Aug, 2019 2 commits
    • Edward Z. Yang's avatar
      Rewrite torchvision packaging (#1209) · 64ccfe34
      Edward Z. Yang authored
      Following a similar line of inquiry to pytorch/audio#217
      64ccfe34
    • Myosaki's avatar
      Correction wrong comments (#1211) · 5414faa0
      Myosaki authored
      `self.fc1(x)` converts the shape of `x` into "N x 1024", and `self.fc2(x)` converts into "N x num_classes".
      
      By adding `print(x.shape)` under each comment line, the console displays as follows (batch_size is 1):
      
      ```text
      torch.Size([1, 2048])
      torch.Size([1, 1024])
      torch.Size([1, 1024])
      torch.Size([1, 1024])
      torch.Size([1, 1000])
      ```
      5414faa0
  9. 06 Aug, 2019 2 commits
  10. 05 Aug, 2019 1 commit
  11. 04 Aug, 2019 1 commit
  12. 02 Aug, 2019 1 commit
    • Francisco Massa's avatar
      Expose docs for io and ops package (#1189) · 4ec38d49
      Francisco Massa authored
      * Expose docs for io and ops package
      
      Had do modify the docstrings to use Napoleon NumPy style, because Napoleon Google Style doesn't support multiple return arguments
      
      * Add video section
      4ec38d49
  13. 01 Aug, 2019 2 commits
  14. 31 Jul, 2019 3 commits
  15. 26 Jul, 2019 5 commits
  16. 24 Jul, 2019 3 commits
  17. 23 Jul, 2019 5 commits
  18. 22 Jul, 2019 1 commit