2019-04-11 |
Guanheng Zhang | Import MultiheadAttention to PyTorch (#18334) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Xing Wang | try to enable uncertainty for lr loss (#17236) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
sakaia@jp.fujitsu.com | Remove comment (#19148) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Zachary DeVito | Revert D14842057: Compiler uses first-class modules** |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Zachary DeVito | Compiler uses first-class modules** (#19043) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Christian Puhrsch | Require matches_jit_signature within native_functions... |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Ailing Zhang | add/move a few apis in torch.hub (#18758) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Pieter Noordhuis | Revert D14878128: [jit] Support attributes when copying... |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Pieter Noordhuis | ProcessGroupMPI exists only if it is valid (#14809) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Shen Li | Fix flaky store timeout test (#19114) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Xiaomeng Yang | Optimize SoftmaxOp on CPU (#18635) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Zachary DeVito | Allow Tensor lists to show up in symbolic differentiabl... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
David Riazati | Support attributes when copying modules (#19040) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Hao Lu | Move ConcatBatchMatMulBatchGatherOp to OSS |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Edward Yang | Print CuDNN version correctly. (#19110) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Roy Li | Infer device from pointer in from_blob (#19094) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Gu, Jinghui | implement operators for DNNLOWP (#18656) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Gregory Chanan | Improve mismatched storage error message. (#19068) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
David Riazati | Refactor pickler (#19035) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
iurii zdebskyi | Fixed bool Tensor value change bug (#19096) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Dmytro Dzhulgakov | Split python_ir.h in a more sensible way (#19081) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Yinghai Lu | Clear input/ouput shape cache for each inference (... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Xiang Gao | Add torch.unique_consecutive (#19060) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Lu Fang | Replace tabs with space (#19100) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Roy Ju | Fixes error when too many parameters are passed to... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Summer Deng | amend D14778810 (#18902) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
James Reed | Move abs, frac, reciprocal, and neg to TensorIterator... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Wanchao Liang | Fix aten op output assignment (#18581) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | EmbeddingBag w/ differentiable per_sample_weights ... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | EmbeddingBag w/ per_sample_weights CUDA fwd + bwd ... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | EmbeddingBag w/ per_sample_weights CPU backward (#18799) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | EmbeddingBag CPU forward with per_sample_weights. ... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | Refactor CPU embedding_bag implementation (#18734) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Alexander Sidorov | Make BlackBoxPredictor handle networks throwing excepti... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shen Li | Remind users to set map_location properly when using DDP |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Vishwak Srinivasan | Rename btrisolve to lu_solve (#18726) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shen Li | Avoid calling tensor.data.set_() in DDP |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Dmytro Dzhulgakov | Reapply Wrap workaround for cpp custom types a bit... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shen Li | Propagate ProcessGroup timeout to Store (#16571) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Wanchao Liang | make test_jit_fuser runnable |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Fix documentation for unfold(dimension=..., ...), fixes... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Debugging: Increase process reporting for apt/dpkg... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Add torch.__config__.show(), reporting detailed version... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Omegastick | Fix torch::nn::init::orthogonal_ with CNNs (#18915) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Soumith Chintala | move nightlies to 1.1.0xxx |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Lu Fang | add an utility function to check whether it's in the... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Lu Fang | remove interned_string.h dep (#19061) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Liang Xiong | add logging to make the saving action visible (#19042) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Xiang Gao | Namedtuple return for gels, triangular_solve, and test... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Convert all tabs to spaces, add CI. (#18959) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shen Li | Fix BN tests for >= 8 GPU test environments (#19049) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shuichi KITAGUCHI | do not use constexpr with CUDA >= 9.2 compiler on Windo... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Add torch/lib/protobuf to gitignore, fixes #18700 ... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Lu Fang | update of fbcode/onnx to 971311db58f2fa8306d15e1458b5fd... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
peter | Fix default CXX for Windows in cpp_extensions.py (... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Lu Fang | fix the onnx ci |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Xiaomeng Yang | Add gelu op (#18992) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
jgong5 | Add MKL-DNN Tensor (#17748) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Soumith Chintala | detect C++ ABI flag for cpp extensions from available... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Spandan Tiwari | Fix momentum setting in BatchNorm forward pass. (#18764) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Jiakai Liu | add android build workflow to pytorch CI jobs (#18919) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Lu Fang | Export C10 operator in PyTorch Model (#18210) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Zachary DeVito | Fix interpolate tracing (#19034) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Elias Ellison | Fix default dtype in shape analysis (#18968) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Iurii Zdebskyi | Renamed bool tensors into byte tensors (#19021) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Thomas Viehmann | Handle None indexing in TorchScript (#18615) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Junjie Bai | Turn on mkldnn in most builds except rocm |
commit | commitdiff | tree | snapshot |
2019-04-08 |
David Riazati | Remove dead code in module.cpp (#19022) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mikhail Zolotukhin | Convert test_recursive_cse to use Filecheck inline... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mikhail Zolotukhin | Add a document 'How to Write Tests Using FileCheck... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Duc Ngo | caffe2 - Expose tensor filler util to Python (#18886) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Jiakai Liu | call build_android.sh from pytorch CI build script... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Jon Malmaud | Type annotations for `util.data`. (#18963) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Johannes M... | ifdef guard some explicit pragma unrolls (#19018) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Summer Deng | Fix a dev mode bug in activation distribution observer... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Gregory Chanan | Clean up some sparse code. (#18962) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Roy Li | Remove tensorWithAllocator() from Type (#18780) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Johannes M... | Fix sparse mm for ROCm (#18985) |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Ilia Cherniavskii | Check if profiler is disabled in push/pop event (#18908) |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Nishant Pandit | Implement Observer pass on simple model and validate... |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Balint Cristian | AVX2 with GCC9 fix. (#18991) |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Roy Li | Remove tensorFromBlob() from Type (#18779) |
commit | commitdiff | tree | snapshot |
2019-04-07 |
James Reed | Improve precision of emitted code for prim::Constant... |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Arunava | convert_sync_batch_norm to SyncBatchNorm (#18787) |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Summer Deng | fix bug when falling back to acc32 when weight is prepa... |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Ailing Zhang | move 2ops back to autodiff (#18969) |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Nishant Pandit | Preserve naming for inputs/outputs with observer insert... |
commit | commitdiff | tree | snapshot |
2019-04-07 |
James Reed | Emit math functions specific to output type (#18815) |
commit | commitdiff | tree | snapshot |
2019-04-06 |
Soumith Chintala | add instructions for NVIDIA Jetson platforms (#18990) |
commit | commitdiff | tree | snapshot |
2019-04-06 |
Nishant Pandit | Quantizer pass to insert quant-dequant nodes into IR... |
commit | commitdiff | tree | snapshot |
2019-04-06 |
Soumith Chintala | add SyncBatchNorm to docs (#18988) |
commit | commitdiff | tree | snapshot |
2019-04-06 |
mooncake4132 | Add c10_cuda to libraries in CUDAExtension for Windows... |
commit | commitdiff | tree | snapshot |
2019-04-06 |
Gao, Xiang | Remove Trainer from README.md (#18980) |
commit | commitdiff | tree | snapshot |
2019-04-06 |
Zachary DeVito | Create Object that represents a Module (#18469) |
commit | commitdiff | tree | snapshot |
2019-04-06 |
Gao, Xiang | Add numpy like repeat as torch.repeat_interleave (... |
commit | commitdiff | tree | snapshot |
2019-04-06 |
Elias Ellison | Fix interpolate trace (#18875) |
commit | commitdiff | tree | snapshot |
2019-04-06 |
James Reed | Code string API for fuser testing (#18884) |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Michael Suo | remove unused func (#18712) |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Junjie Bai | Revert D14778810: [caffe2/int8] fix bug when falling... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Zachary DeVito | slots with explicit value/setValue make more sense... |
commit | commitdiff | tree | snapshot |
next |