"vscode:/vscode.git/clone" did not exist on "c2d4a3b5c7bb6a8367c00f7c797bf87f4b2fcef9"
  1. 04 Apr, 2019 1 commit
    • mcarilli's avatar
      WIP: Handle arbitrary combinations of optimizers/models/losses (#232) · 3f87614f
      mcarilli authored
      * Refactor to allow more flexible treatment of multiple optimizers/models/losses
      
      * Adding _process_optimizers.py
      
      * Created L0 tests (now passing).
      
      * fix: minor print typo (#234)
      
      * make L1 results easier to read
      
      * L0 multiple model/optimizer/loss test fleshed out
      
      * Adding test that master params remain synced across distributed processes
      
      * Docstring updates
      
      * Docstring updates
      3f87614f
  2. 03 Apr, 2019 1 commit
  3. 01 Apr, 2019 1 commit
  4. 31 Mar, 2019 1 commit
  5. 27 Mar, 2019 2 commits
  6. 26 Mar, 2019 2 commits
  7. 23 Mar, 2019 1 commit
  8. 22 Mar, 2019 4 commits
    • jjsjann123's avatar
      [SyncBatchNorm] (#206) · 0a991543
      jjsjann123 authored
      supporting 2 dimensional input, resolving issue #194
      
      Implementation:
        for 2d input, switching channel_last flag to true for better memory access
      pattern in the kernel.
      0a991543
    • henrymai's avatar
      Add prelu to list of torch overrides (#217) · 570fde70
      henrymai authored
      * Add prelu to list of torch overrides
      
      This is to fix the following error:
      
        File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__
          result = self.forward(*input, **kwargs)
        File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/container.py", line 92, in forward
          input = module(input)
        File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__
          result = self.forward(*input, **kwargs)
        File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/activation.py", line 722, in forward
          return F.prelu(input, self.weight)
        File "/opt/conda/lib/python3.6/site-packages/torch/nn/functional.py", line 1040, in prelu
          return torch.prelu(input, weight)
      RuntimeError: expected scalar type Half but found Float
      
      * Update torch_overrides.py
      570fde70
    • enricoschroeder's avatar
      Fix 'local variable 'optimizers_was_list' referenced before assignment' when... · ba429e51
      enricoschroeder authored
      Fix 'local variable 'optimizers_was_list' referenced before assignment' when amp.initialize() is called with optimizers=None (#218)
      
      ba429e51
    • mcarilli's avatar
      Check cuda version (#216) · 5b8faa29
      mcarilli authored
      * Adding Torch + bare-metal nvcc version check and container build tests
      
      * Putting a canary in the coalmine
      
      * canary proved elusive
      
      * Trying direct setup.py install
      
      * this should work
      
      * Removing canary
      
      * hopefully this works
      5b8faa29
  9. 21 Mar, 2019 3 commits
  10. 20 Mar, 2019 3 commits
  11. 19 Mar, 2019 4 commits
  12. 17 Mar, 2019 1 commit
  13. 16 Mar, 2019 1 commit
  14. 15 Mar, 2019 1 commit
  15. 14 Mar, 2019 2 commits
  16. 13 Mar, 2019 3 commits
  17. 12 Mar, 2019 5 commits
  18. 11 Mar, 2019 1 commit
  19. 10 Mar, 2019 3 commits