pytorch/torch/utils
Orion Reblitz-Richardson c771d50ca2 Remove hard Caffe2 dependency for TensorBoard (#24295)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/24175 and https://github.com/pytorch/pytorch/issues/15618

We should not be importing caffe2 (and dependencies like future, etc) unless needed within `torch.utils.tensorboard`.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/24295

Reviewed By: NarineK

Differential Revision: D16797594

Pulled By: orionr

fbshipit-source-id: 984935e2121b62ea1b87a9de33af18ec45b7837b
2019-08-13 20:33:24 -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 make more iterator attributes private (#23744) 2019-08-09 11:43:00 -07:00
ffi remove support for c extensions (#12122) 2018-10-01 13:55:28 -07:00
tensorboard Remove hard Caffe2 dependency for TensorBoard (#24295) 2019-08-13 20:33:24 -07:00
__init__.py Back out "Revert D15435461: [pytorch][PR] PyTorch ThroughputBenchmark" (#22185) 2019-06-26 16:05:51 -07:00
__init__.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
_cpp_extension_versioner.py arc lint torch/utils (#13141) 2018-10-25 14:59:03 -07:00
checkpoint.py Deprecate variadic inputs of checkpoint_sequential (#21006) 2019-05-28 21:33:45 -07:00
collect_env.py Use system locale in collect_env.py (#22579) 2019-07-07 20:55:31 -07:00
cpp_extension.py Fix build issue. CUDA may be installed in $CUDA_HOME/lib on macOS. (#23491) 2019-07-29 08:08:43 -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
hooks.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
mkldnn.py Add flag to temporarily disable MKL-DNN conv (#23837) 2019-08-06 11:20:26 -07:00
model_zoo.py add/move a few apis in torch.hub (#18758) 2019-04-10 23:10:39 -07:00
throughput_benchmark.py Fix lint error in format_time() in throughput_benchmark.py and clean it up a bit. (#22424) 2019-07-01 22:15:37 -07:00