summaryrefslogtreecommitdiff
path: root/torch/utils
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Type annotations for `util.data`. (#18963)Jon Malmaud5-0/+106
2019-04-06Add c10_cuda to libraries in CUDAExtension for Windows (#18982)mooncake41321-0/+1
2019-04-02Update cpp_extension.py (#18638)BloodAxe1-0/+1
2019-03-30Turn on F401: Unused import warning. (#18598)Edward Yang6-14/+7
2019-03-29multiline KeyError msg python bug workaround (#18557)Stas Bekman1-1/+6
2019-03-18don't include /usr/include when nvcc is in /usr/bin (#18127)Thomas Viehmann1-1/+5
2019-03-15Allow None for checkpoint (#17969)Choongwoo Han1-2/+8
2019-03-10Passing indices as a list to Subset instead of Tensor (#17649)bhushan1-1/+1
2019-03-08Add /MD to prevent linking errors on Windowspeterjc1231-1/+1
2019-03-06Enable using CMD when building cpp extensions on Windowspeter1-1/+1
2019-03-03Change fake tqdm constructor to match real tqdm (#17636)Bryan He1-1/+1
2019-02-23Add example to WeightedRandomSampler doc string (#17432)Krishna Kalyan1-1/+7
2019-02-23fix(typo): Change 'integeral' to 'integer'Olen ANDONI1-3/+3
2019-02-14fix behavior of ConcatDataset w/ negative indices (#15756)jayleverett1-0/+4
2019-02-13#16627 convert weights using torch.as_tensor to avoid warning (#17067)ptrblck1-1/+1
2019-02-12Workarounds to the lack of nvidia-smi and ldconfig programs in macosx (was PR...Pearu Peterson1-3/+19
2019-02-12Minor typoDaniel1-1/+1
2019-02-11Make pin_memory and default_collate preserve namedtuples (#16440)Eskil Jörgensen2-0/+4
2019-02-10Allow dataloader to accept a custom memory pinning function (#16743)Michael Carilli2-1/+41
2019-02-07Robust determination of cudnn library and relevant conda packages. (#16859)Pearu Peterson1-3/+14
2019-02-06Fix pip list format in collect_env (#16798)Rodrigo Berriel1-1/+1
2019-01-30Fix: avoid race condition on model zoo directory creation (#16578)Antoine Busque1-1/+11
2019-01-30Fix the flake8 linterLu Fang2-6/+6
2019-01-29try to get rid of tmp_install (#16414)Zachary DeVito1-1/+1
2019-01-29url download bugfix for URLs served without Content-Length header (#16153)Soumith Chintala1-4/+11
2019-01-25Make test_proper_exit more robust (#16249)SsnL1-34/+27
2019-01-13fix RandomSampler length (#15991)kyryl1-6/+10
2019-01-10Fix TestDataLoader.test_proper_exit (#15665)SsnL1-14/+66
2019-01-09Fixed syntax error in doctest (#15646)Jon Crall1-1/+1
2018-12-29Concatenate directly into shared memory when constructing batches for numpy (...Christoph1-1/+1
2018-12-28default_collate should collate bool list to byte tensors (#14669)SsnL1-3/+3
2018-12-21Enable running collect_env.py without building PyTorch (#15468)vishwakftw1-6/+18
2018-12-20collect_env fix (#15447)surgan121-2/+2
2018-12-19Refactor dataloader.py (#15331)SsnL7-408/+499
2018-12-15Trivial comment correction in dataloader (#15276)Derek Kim1-1/+1
2018-12-13Python <-> C++ Frontend inter-op (#13481)Peter Goldsborough1-2/+2
2018-12-11Stashing checkpointing RNG states based on devices of arg tensors (#14518)Michael Carilli1-27/+55
2018-12-06collect_env.py: get conda magma and mkl information (#14854)Richard Zou1-2/+2
2018-12-04Revert D13289919: [pytorch][PR] [DataLoader] Refactor dataloader.pyAiling Zhang7-498/+408
2018-12-04Make checkpoint_sequential work with multiple arguments (#14278)Andy Chen1-3/+5
2018-12-04Refactor dataloader.py (#14668)SsnL7-408/+498
2018-11-28Fix version.groups() (#14505)Peter Goldsborough1-1/+1
2018-11-27Allow building libraries with setuptools that dont have abi suffix (#14130)Peter Goldsborough1-10/+47
2018-11-26Revert D13166669: [pytorch][PR] Allow dataloader to accept a custom memory pi...Will Feng1-14/+6
2018-11-26Allow torch.utils.cpp_extension.load to load shared libraries that aren't Pyt...Peter Goldsborough1-9/+23
2018-11-23Allow dataloader to accept a custom memory pinning function (#14171)Michael Carilli1-6/+14
2018-11-23Option to preserve bitwise accuracy of gradient checkpointed vs non-checkpoin...Michael Carilli1-3/+38
2018-11-16Missing .decode() after check_output in cpp_extensions (#13935)Peter Goldsborough1-2/+2
2018-11-16add torch-python target (#12742)Anders Papitto1-0/+3
2018-11-07Update path in CI script to access ninja (#13646)Peter Goldsborough1-0/+1