| .. |
|
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 the evaluation order problem with build_lstm_body (#5124)
|
2018-02-08 00:49:16 -05: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
|
Add scalar module tests for test_nn. (#5116)
|
2018-02-08 13:53:24 -05:00 |
|
common_nn.py
|
add reduce=True arg to HingeEmbeddingLoss (#5130)
|
2018-02-09 11:38:36 -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
|
Use Variable instead of Tensor in Function.forward (#4786)
|
2018-02-06 17:24:27 -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
|
Reverts force_gpu_half changes from #3660 (#5000)
|
2018-02-07 15:33:17 -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
|
Fix sign error in TransformedDistribution.cdf() and .icdf() (#5172)
|
2018-02-12 11:45:22 +01:00 |
|
test_indexing.py
|
Properly define 'true' in test. (#4859)
|
2018-01-25 18:40:23 -05:00 |
|
test_jit.py
|
Fix compound assignment in JIT script (#5178)
|
2018-02-12 09:12:28 -08:00 |
|
test_legacy_nn.py
|
Add scalar module tests for common_nn. (#5095)
|
2018-02-07 14:09:24 -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
|
Move EmbeddingBag into ATen (#4856)
|
2018-02-12 14:20:32 -05:00 |
|
test_optim.py
|
Added check and test for betas parameter in Adam optimizer (#5147)
|
2018-02-11 20:24:43 -05:00 |
|
test_sparse.py
|
Expose sparse variable sspaddmm (#5017)
|
2018-02-12 11:18:44 -05:00 |
|
test_torch.py
|
Add a new_tensor instance method to Variable that takes only data. (#5144)
|
2018-02-09 10:59:15 -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 |