pytorch/torch/utils
bhushan a6c4ea66dd Passing indices as a list to Subset instead of Tensor (#17649)
Summary:
Indices in Subset were stored as tensors earlier
passing as list in random_split to ensure integer indexing

fixes: #17466
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17649

Differential Revision: D14400250

Pulled By: soumith

fbshipit-source-id: cd20a959f33773c4babf8e861ea37ec61c2713a0
2019-03-10 09:23:53 -07:00
..
backcompat Simplify python warning settings and cleanup tests. 2017-06-11 05:37:59 -04:00
bottleneck Fix the flake8 linter 2019-01-30 09:36:00 -08:00
data Passing indices as a list to Subset instead of Tensor (#17649) 2019-03-10 09:23:53 -07:00
ffi remove support for c extensions (#12122) 2018-10-01 13:55:28 -07:00
__init__.py arc lint torch/utils (#13141) 2018-10-25 14:59:03 -07:00
_cpp_extension_versioner.py arc lint torch/utils (#13141) 2018-10-25 14:59:03 -07:00
checkpoint.py Stashing checkpointing RNG states based on devices of arg tensors (#14518) 2018-12-11 09:48:45 -08:00
collect_env.py Workarounds to the lack of nvidia-smi and ldconfig programs in macosx (was PR 16968) (#16999) 2019-02-12 14:39:28 -08:00
cpp_extension.py Add /MD to prevent linking errors on Windows 2019-03-08 10:46:25 -08:00
dlpack.py arc lint torch/utils (#13141) 2018-10-25 14:59:03 -07:00
file_baton.py Fix python2 and python 3 compatibility found by lint. (#13140) 2018-10-25 17:20:11 -07:00
hooks.py arc lint torch/utils (#13141) 2018-10-25 14:59:03 -07:00
model_zoo.py Change fake tqdm constructor to match real tqdm (#17636) 2019-03-03 01:06:10 -08:00