pytorch/torch/nn/modules
Tongzhou Wang c9a1853d2f
[1.6] Make IterableDataset DataLoader.__len__ warning clearer (#41185)
* make IterableDataset DataLoader.__len__ warning clearer

* typo
2020-07-09 14:07:58 -07:00
..
__init__.py add hardswish FP operator (#34747) 2020-03-24 15:15:34 -07:00
_functions.py speed up SyncBatchNorm by batching distributed communication (#38246) 2020-05-13 11:21:42 -07:00
activation.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
adaptive.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
batchnorm.py Fixed buffer update in BatchNorm when track_running_stats is set to False (#38084) 2020-06-22 08:17:31 -07:00
channelshuffle.py Add --check-untyped-defs to mypy.ini and test suite (#37594) 2020-05-07 06:36:01 -07:00
container.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
conv.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
distance.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
dropout.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
flatten.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
fold.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
instancenorm.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
linear.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
loss.py [1.6] Make IterableDataset DataLoader.__len__ warning clearer (#41185) 2020-07-09 14:07:58 -07:00
module.py Add global hooks to torch.nn.Module (#38972) 2020-06-17 12:20:35 -07:00
normalization.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
padding.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
pixelshuffle.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
pooling.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
rnn.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
sparse.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
transformer.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
upsampling.py Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
utils.py Fix conv non zero padding being applied in wrong dim (#37881) 2020-05-14 11:56:38 -07:00