Created
April 23, 2018 14:28
-
-
Save soumith/f2eeeafcc865de9fb05d7c9604587bce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/pytorch/pytorch/pull/3429 Allow empty index tensor for index_select | |
https://github.com/pytorch/pytorch/pull/3411 Clear out eigenvector tensor when eigenvector=F for symeig | |
https://github.com/pytorch/pytorch/pull/3127 adaptive pooling supports only specifying size in certain dimension | |
https://github.com/pytorch/pytorch/pull/6541 Fix regression that STFT has no backward. | |
https://github.com/pytorch/pytorch/pull/6517 More precise digamma | |
https://github.com/pytorch/pytorch/pull/6463 [pytorch] Fix signed random_ | |
https://github.com/pytorch/pytorch/pull/6438 Fix reflection padding boundary checks | |
https://github.com/pytorch/pytorch/pull/6418 [pytorch] Fix clamp is missing kwarg out (#6028) | |
https://github.com/pytorch/pytorch/pull/6249 Add arg checks in torch.utils.data.Sampler classes | |
https://github.com/pytorch/pytorch/pull/6244 Fix SGD lr check failing on default value | |
https://github.com/pytorch/pytorch/pull/6232 Detect re-initialization of _C shared library | |
https://github.com/pytorch/pytorch/pull/6230 Fix memory leak in maxpool3d backwards | |
https://github.com/pytorch/pytorch/pull/6229 Fix sharing of empty tensor in multiprocessing | |
https://github.com/pytorch/pytorch/pull/6211 Fix sparse embedding backward when input contains only padding_idx | |
https://github.com/pytorch/pytorch/pull/6118 Fix fft when any of the input dimensions is not aligned | |
https://github.com/pytorch/pytorch/pull/6108 Set dataloader.batch_size = None when batch_sampler is given | |
https://github.com/pytorch/pytorch/pull/6072 NLLLoss: error message for mismatched input/target batch sizes | |
https://github.com/pytorch/pytorch/pull/6031 Block set from param_group['params'] | |
https://github.com/pytorch/pytorch/pull/6023 Fix instance norm | |
https://github.com/pytorch/pytorch/pull/6000 Added parameter range checks for all optimizers | |
https://github.com/pytorch/pytorch/pull/5992 fix bias size assert | |
https://github.com/pytorch/pytorch/pull/5971 Fix crash when cat-ing empty cuda tensors | |
https://github.com/pytorch/pytorch/pull/5945 Fix tensor.permute(dims) backward for negative dims | |
https://github.com/pytorch/pytorch/pull/5934 Fix index out of range error when view a scalar as 1-dim tensor | |
https://github.com/pytorch/pytorch/pull/5927 Linearly interpolating upsampling fix | |
https://github.com/pytorch/pytorch/pull/5909 Revert "Fix ImportError with requests in model_zoo" | |
https://github.com/pytorch/pytorch/pull/5906 Fix integer overflow in remainder operator | |
https://github.com/pytorch/pytorch/pull/5880 Don't modify requires_grad when running DataParallel in no_grad mode | |
https://github.com/pytorch/pytorch/pull/5850 Fix crash in new cuda tensor with numpy array | |
https://github.com/pytorch/pytorch/pull/5840 Fix nvprof parsing | |
https://github.com/pytorch/pytorch/pull/5829 fix detach in place error in DDP | |
https://github.com/pytorch/pytorch/pull/5819 Fix error message for cat-ing zero-dim tensors | |
https://github.com/pytorch/pytorch/pull/5815 Fix convolution type mismatch error message | |
https://github.com/pytorch/pytorch/pull/5814 Fix kldiv backward on CUDA | |
https://github.com/pytorch/pytorch/pull/5774 improve handling of precision issue in torch.multinomial (solves #4858) | |
https://github.com/pytorch/pytorch/pull/5744 Fix bmm memory leak | |
https://github.com/pytorch/pytorch/pull/5701 Fix error message in nn.functional.convNd and nn.functional.conv_transposeNd | |
https://github.com/pytorch/pytorch/pull/5674 Only allow dense floating-point types as the default tensor type. | |
https://github.com/pytorch/pytorch/pull/5659 make dimension checker of `scatter_add_` consistent with `scatter_` | |
https://github.com/pytorch/pytorch/pull/5655 Add gpu guard for broadcast_coalesce | |
https://github.com/pytorch/pytorch/pull/5644 Fix CUDA btrifact error message using wrong info type | |
https://github.com/pytorch/pytorch/pull/5414 Empty sparse tensor copy reverses dimI, dimV. | |
https://github.com/pytorch/pytorch/pull/5380 Ignore FileNotFoundError when shutting down in data_queue.get | |
https://github.com/pytorch/pytorch/pull/5361 Handle copying empty sparse tensors to/from CPU, GPU. | |
https://github.com/pytorch/pytorch/pull/5299 Raise an error if target is out-of-bounds in ClassNLLCriterion | |
https://github.com/pytorch/pytorch/pull/5238 CUDA multinomial fix | |
https://github.com/pytorch/pytorch/pull/5093 Fix CPU torch.multinomial with noncontiguous prob tensor | |
https://github.com/pytorch/pytorch/pull/5089 Check that indices and values are on the same device | |
https://github.com/pytorch/pytorch/pull/5085 Check shape instead of number of elements for some losses | |
https://github.com/pytorch/pytorch/pull/5077 Restore torch.mm behavior for sparse variables | |
https://github.com/pytorch/pytorch/pull/4812 Fix output_nr not incremented correctly | |
https://github.com/pytorch/pytorch/pull/4788 Initialize cuda before setting cuda tensor types as default | |
https://github.com/pytorch/pytorch/pull/4686 Fix embedding with sparse=True | |
https://github.com/pytorch/pytorch/pull/4643 Dataloader issues | |
https://github.com/pytorch/pytorch/pull/4640 Fixed non-determinate preprocessing on DataLoader | |
https://github.com/pytorch/pytorch/pull/4543 Ensure convolution weights are contiguous, fixes #4500 | |
https://github.com/pytorch/pytorch/pull/4538 Fix torch.diag backward with non-square matrix | |
https://github.com/pytorch/pytorch/pull/4486 Fix handling of empty indices in CUDA Tensor.put_ | |
https://github.com/pytorch/pytorch/pull/4460 Fix CUDA double backwards | |
https://github.com/pytorch/pytorch/pull/4314 fix AMSGrad for SparseAdam | |
https://github.com/pytorch/pytorch/pull/4182 Fix a bug where from_dlpack fails if cuda is not initialized. | |
https://github.com/pytorch/pytorch/pull/3926 Fix indexing with all zero ByteTensors | |
https://github.com/pytorch/pytorch/pull/3658 Cast tensors when loading optimizer state dicts | |
https://github.com/pytorch/pytorch/pull/3602 Improvements around torch.cat on empty Variables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment