pytorch/test
Armen e44f901b55 added functionality for state_dict/load_state_dict for lr_scheduler ( Fixes: #3026 ) (#6342)
* added functionality for state_dict/load_state_dict for lr_scheduler

* fixed linting issues/removed unused import

* refactor lr_scheduler state_dicts/state_dict holds everything __dict__ but optimizer

* changed documentation in lr_scheduler

* Update lr_scheduler.py
2018-04-19 07:09:03 -04:00
..
bottleneck Implement torch.util.bottleneck (#5216) 2018-03-23 17:27:35 -04:00
cpp_extensions [pytorch] minor fixes around binary builds (#6291) 2018-04-04 22:37:13 -04:00
data Merge Variable and Tensor classes (#5225) 2018-02-23 18:03:31 -05:00
error_messages [pep8] Fix most lint automatically with autopep8 2017-01-28 01:15:51 +01:00
expect [JIT][script] Implement compile-time tuples & starred unpacking (#6214) 2018-04-09 19:34:51 -07:00
ffi/src Add ffi utils for user C extensions 2016-09-29 09:35:56 -07:00
optim Correct gradient of rosenbrock (#3881) 2017-11-26 11:49:04 -05:00
common_nn.py Codemod to update our codebase to 0.4 standard (#6641) 2018-04-17 22:06:54 -04:00
common.py Codemod to update our codebase to 0.4 standard (#6641) 2018-04-17 22:06:54 -04:00
run_test.py Check for --noprefix option for mpiexec in run_test.py (#6690) 2018-04-17 23:34:33 -04:00
test_autograd.py Codemod to update our codebase to 0.4 standard (#6641) 2018-04-17 22:06:54 -04:00
test_cpp_extensions.py [pytorch] minor fixes around binary builds (#6291) 2018-04-04 22:37:13 -04:00
test_cuda.py Codemod to update our codebase to 0.4 standard (#6641) 2018-04-17 22:06:54 -04:00
test_dataloader.py Terminate dataloader workers properly when parent process is SIGKILL'ed (#6606) 2018-04-18 20:41:33 -04:00
test_distributed.py Add DistributedDataParallelCPU (#5919) 2018-04-17 15:36:47 +02:00
test_distributions.py Codemod to update our codebase to 0.4 standard (#6641) 2018-04-17 22:06:54 -04:00
test_indexing.py Codemod to update our codebase to 0.4 standard (#6641) 2018-04-17 22:06:54 -04:00
test_jit.py Eliminate handle_zero_dim when broadcasting is applied earlier. (#6683) 2018-04-18 23:37:54 -04:00
test_legacy_nn.py Fix kldiv backward on CUDA (#5814) 2018-03-17 11:17:07 -04:00
test_multiprocessing.py Separate cuda-ness from dtype. (#6470) 2018-04-12 14:05:44 -04:00
test_nccl.py Disable NCCL tests for Windows (#5129) 2018-02-13 09:44:30 -08:00
test_nn.py Codemod to update our codebase to 0.4 standard (#6641) 2018-04-17 22:06:54 -04:00
test_optim.py added functionality for state_dict/load_state_dict for lr_scheduler ( Fixes: #3026 ) (#6342) 2018-04-19 07:09:03 -04:00
test_sparse.py Create safe and unsafe versions of sparse_coo_tensor (#6058) 2018-04-16 14:42:57 -04:00
test_torch.py Fixes test_torch.py so that all tests pass on Volta hardware. (#6736) 2018-04-18 22:44:14 -04:00
test_utils.py Codemod to update our codebase to 0.4 standard (#6641) 2018-04-17 22:06:54 -04:00