mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
This PR add shape checks for `random_samples` in fractional_max_pool2d and fractional_max_pool3d., to provide more meaningful warnings instead of SegFault when the input is illegal. For more details, please check https://github.com/pytorch/pytorch/issues/89648 Pull Request resolved: https://github.com/pytorch/pytorch/pull/89992 Approved by: https://github.com/jgong5, https://github.com/ezyang |
||
|---|---|---|
| .. | ||
| test_convolution.py | ||
| test_dropout.py | ||
| test_embedding.py | ||
| test_init.py | ||
| test_lazy_modules.py | ||
| test_module_hooks.py | ||
| test_multihead_attention.py | ||
| test_packed_sequence.py | ||
| test_parametrization.py | ||
| test_pooling.py | ||
| test_pruning.py | ||