- OS: Xubuntu 16.04 4.13.0-32-generic - PyTorch version: 0.3.0.post4 - How you installed PyTorch (conda, pip, source): pip - Python version: Python 3.5.2 - CUDA/cuDNN version: running on CPU To reproduce, clone [this](https://github.com/jatentaki/torch_bug) repo and execute `python3 run_cnn.py`. On my machine it results in the following [stack trace](https://gist.github.com/jatentaki/99f3cae3a79d63e61fd668f526f0fbd5). I believe the script is self-explanatory, I was trying to maxpool a 3d convolved tensor :)