| .. |
|
cpp_extensions
|
[cpp-extensions] Implement torch.utils.cpp_extensions.load()
|
2018-02-01 22:42:07 -08:00 |
|
data
|
Revert structure changes; Minor fixes
|
2017-05-01 01:49:08 -07:00 |
|
error_messages
|
[pep8] Fix most lint automatically with autopep8
|
2017-01-28 01:15:51 +01:00 |
|
expect
|
Fix JIT tracing in autograd codegen (#4941)
|
2018-01-31 00:14:36 +01: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.py
|
Dataloader issues (#4643)
|
2018-01-29 01:18:17 +01:00 |
|
common_nn.py
|
Fix #4422, use grad for cudnn_batch_norm derivative / don't use toTensor()
|
2018-01-16 12:24:55 -05:00 |
|
run_test.bat
|
Delete unused autograd functions (#3856)
|
2017-11-24 14:31:11 -05:00 |
|
run_test.sh
|
[cpp-extensions] Implement torch.utils.cpp_extensions.load()
|
2018-02-01 22:42:07 -08:00 |
|
test_autograd.py
|
Add scalar autograd tests for functions requiring 'special' Variables… (#4953)
|
2018-02-01 13:56:38 -05:00 |
|
test_cpp_extensions.py
|
[cpp-extensions] Implement torch.utils.cpp_extensions.load()
|
2018-02-01 22:42:07 -08:00 |
|
test_cuda.py
|
fix triu and tril for zero-strided inputs on gpu (#4962)
|
2018-01-31 14:38:49 -05:00 |
|
test_dataloader.py
|
temporarily disable test_segfault until we figure out why it intermittently fails on cuda CI workere (#4976)
|
2018-01-31 19:04:44 -05:00 |
|
test_distributed.py
|
Add mote tests for Nccl backend (#4796)
|
2018-01-28 12:36:59 +01:00 |
|
test_distributions.py
|
s/sample_n(n)/sample((n,)) to silence warnings in test_distributions.py
|
2018-02-01 00:29:50 +01:00 |
|
test_indexing.py
|
Properly define 'true' in test. (#4859)
|
2018-01-25 18:40:23 -05:00 |
|
test_jit.py
|
Fix JIT tracing in autograd codegen (#4941)
|
2018-01-31 00:14:36 +01:00 |
|
test_legacy_nn.py
|
Actually test CUDA double-backwards codepath.
|
2018-01-06 10:58:05 -05:00 |
|
test_multiprocessing.py
|
Fix multiprocessing and dataloader tests on Windows (#4453)
|
2018-01-06 17:41:36 +01:00 |
|
test_nccl.py
|
Disable tests and fix issues with Windows CUDA build (#4251)
|
2017-12-20 11:30:21 +01:00 |
|
test_nn.py
|
Use TypeError in PythonArgParser (#4966)
|
2018-01-31 18:21:03 -05:00 |
|
test_optim.py
|
Fix wrong learning rate evaluation in CosineAnnealingLR in Python 2 (#4656)
|
2018-01-14 13:10:41 +01:00 |
|
test_sparse.py
|
Add size checks for sparse tensor constructor (#4113)
|
2018-02-01 22:08:20 -05:00 |
|
test_torch.py
|
Make cat/cat_out native function that rejects scalar inputs. (#4992)
|
2018-02-01 16:20:01 -05:00 |
|
test_utils.py
|
Now actually fix padding (the tests are added in onnx-pytorch) (#3893)
|
2017-11-27 23:39:48 -05:00 |