- 26 Mar, 2019 1 commit
-
-
Michael Carilli authored
-
- 23 Mar, 2019 1 commit
-
-
Cubbee authored
-
- 22 Mar, 2019 4 commits
-
-
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.
-
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 -
enricoschroeder authored
Fix 'local variable 'optimizers_was_list' referenced before assignment' when amp.initialize() is called with optimizers=None (#218)
-
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
-
- 21 Mar, 2019 3 commits
-
-
mcarilli authored
Rename IntList to IntArrayRef
-
Syed Tousif Ahmed authored
-
Syed Tousif Ahmed authored
-
- 20 Mar, 2019 3 commits
-
-
mcarilli authored
-
mcarilli authored
-
Michael Carilli authored
-
- 19 Mar, 2019 4 commits
-
-
mcarilli authored
More permissive inputs to forward function
-
-
Michael Carilli authored
-
Michael Carilli authored
-
- 17 Mar, 2019 1 commit
-
-
George Papandreou authored
-
- 16 Mar, 2019 1 commit
-
-
mcarilli authored
Conforming with upstream #17996
-
- 15 Mar, 2019 1 commit
-
-
Michael Carilli authored
-
- 14 Mar, 2019 2 commits
-
-
mcarilli authored
-
Michael Carilli authored
-
- 13 Mar, 2019 3 commits
-
-
Michael Carilli authored
-
Michael Carilli authored
-
Michael Carilli authored
-
- 12 Mar, 2019 5 commits
-
-
-
Michael Carilli authored
-
mcarilli authored
-
Michael Carilli authored
-
Michael Carilli authored
-
- 11 Mar, 2019 1 commit
-
-
Michael Carilli authored
-
- 10 Mar, 2019 3 commits
-
-
ngimel authored
fix includes
-
Natalia Gimelshein authored
-
Michael Carilli authored
-
- 09 Mar, 2019 1 commit
-
-
ngimel authored
Remove LoadLibrary half norm hack
-
- 08 Mar, 2019 5 commits
-
-
mcarilli authored
Route amp print statements through maybe_print
-
Michael Carilli authored
-
Michael Carilli authored
-
Michael Carilli authored
-
Deyu Fu authored
-
- 07 Mar, 2019 1 commit
-
-
mcarilli authored
-