Closed
Description
- 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 repo and execute python3 run_cnn.py
. On my machine it results in the following stack trace.
I believe the script is self-explanatory, I was trying to maxpool a 3d convolved tensor :)