- 16 Aug, 2018 3 commits
-
-
Michael Carilli authored
-
Michael Carilli authored
-
Michael Carilli authored
-
- 14 Aug, 2018 1 commit
-
-
Michael Carilli authored
-
- 07 Aug, 2018 1 commit
-
-
Christian Sarofeen authored
-
- 25 Jul, 2018 1 commit
-
-
Michael Carilli authored
-
- 24 Jul, 2018 1 commit
-
-
Michael Carilli authored
-
- 23 Jul, 2018 2 commits
-
-
Michael Carilli authored
-
Michael Carilli authored
-
- 18 Jul, 2018 3 commits
-
-
ngimel authored
-
Christian Sarofeen authored
Handle set/get state for DDP, remove stream which cant be pickled.
-
Christian Sarofeen authored
-
- 09 Jul, 2018 2 commits
-
-
Michael Carilli authored
-
mcarilli authored
-
- 05 Jul, 2018 3 commits
- 04 Jul, 2018 1 commit
-
-
brett koonce authored
-
- 03 Jul, 2018 2 commits
- 29 Jun, 2018 5 commits
-
-
Michael Carilli authored
-
-
Michael Carilli authored
-
Christian Sarofeen authored
Fixes to validation in imagenet example scripts.
-
Josh Romero authored
Fixes to validation in imagenet example scripts. Precision and loss reporting modified to be consistent with train.
-
- 28 Jun, 2018 2 commits
-
-
Christian Sarofeen authored
Fix to imagenet main.py data normalization.
-
Josh Romero authored
-
- 26 Jun, 2018 3 commits
-
-
mcarilli authored
* More stringent check for distributed refresh
-
Christian Sarofeen authored
Fixed deadlock issue
-
Samuel authored
-
- 24 Jun, 2018 2 commits
-
-
Michael Carilli authored
-
Michael Carilli authored
-
- 23 Jun, 2018 1 commit
-
-
Michael Carilli authored
-
- 22 Jun, 2018 4 commits
-
-
-
Michael Carilli authored
-
mcarilli authored
Adding changes due to https://github.com/pytorch/pytorch/pull/8660
-
Syed Tousif Ahmed authored
Co-authored-by:Michael Carilli <mcarilli@gmail.com>
-
- 21 Jun, 2018 3 commits
-
-
Carl Case authored
Type in variable name: hidden --> hiddens (w/ trailing 's')
-
cclauss authored
__hidden__ in an undefined name in this context but __hiddens__ is used on the lines above. flake8 testing of https://github.com/NVIDIA/apex on Python 3.6.3 $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__ ``` ./setup.py:50:23: F821 undefined name 'ctypes' cudart_path = ctypes.util.find_library('cudart') ^ ./apex/amp/wrap.py:194:37: F821 undefined name 'hidden' elif utils.is_fp_tensor(hidden): ^ ./apex/amp/wrap.py:195:41: F821 undefined name 'hidden' new_args.append(cast_fn(hidden)) ^ ./apex/amp/wrap.py:198:33: F821 undefined name 'hidden' new_args.append(hidden) ^ 4 F821 undefined name 'hidden' 4 ```
-
ngimel authored
import ctypes for line 51 of setup.py
-