"vscode:/vscode.git/clone" did not exist on "abaf7d3bda2cf488b9867a99cdbeb260ef75dcb6"
  1. 30 Aug, 2019 2 commits
  2. 29 Aug, 2019 1 commit
  3. 28 Aug, 2019 2 commits
  4. 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
  5. 06 Aug, 2019 2 commits
  6. 05 Aug, 2019 1 commit
  7. 04 Aug, 2019 1 commit
  8. 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
  9. 01 Aug, 2019 2 commits
  10. 31 Jul, 2019 3 commits
  11. 26 Jul, 2019 5 commits
  12. 24 Jul, 2019 3 commits
  13. 23 Jul, 2019 5 commits
  14. 22 Jul, 2019 1 commit
  15. 19 Jul, 2019 3 commits
  16. 16 Jul, 2019 1 commit
  17. 15 Jul, 2019 2 commits
  18. 12 Jul, 2019 3 commits