pytorch/torch/utils
Michael Antonov 698103cdd6 DataLoader docs update to describe how workers are managed, including Windows. (#18091)
Summary:
It's been hard to understand how workers are launched and what code runs in the worker vs. main process, especially on Windows, which leads to many of our samples failing. This explains when workers run an how to make code work on Windows as well.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18091

Differential Revision: D15083766

Pulled By: soumith

fbshipit-source-id: 8a7e60defc8a72ec63874f657d7d5267d951dccf
2019-04-26 16:01:30 -07:00
..
backcompat Simplify python warning settings and cleanup tests. 2017-06-11 05:37:59 -04:00
bottleneck Turn on F401: Unused import warning. (#18598) 2019-03-30 09:01:17 -07:00
data DataLoader docs update to describe how workers are managed, including Windows. (#18091) 2019-04-26 16:01:30 -07:00
ffi remove support for c extensions (#12122) 2018-10-01 13:55:28 -07:00
tensorboard TensorBoard support within PyTorch (#16196) 2019-04-25 21:30:23 -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 Allow None for checkpoint (#17969) 2019-03-15 07:38:41 -07:00
collect_env.py Turn on F401: Unused import warning. (#18598) 2019-03-30 09:01:17 -07:00
cpp_extension.py Fix default CXX for Windows in cpp_extensions.py (#19052) 2019-04-08 23:14:22 -07: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
mkldnn.py Add aten mkldnn linear operator 2019-04-26 13:41:57 -07:00
model_zoo.py add/move a few apis in torch.hub (#18758) 2019-04-10 23:10:39 -07:00