Flappy-bird-deep-Q-learning-pytorch icon indicating copy to clipboard operation
Flappy-bird-deep-Q-learning-pytorch copied to clipboard

AttributeError: 'Conv2D' object has no attribute 'padding_mode'

Open 5tr1k3r opened this issue 5 years ago • 1 comments

This is the error I'm getting if I'm trying to run test.py with PyTorch 1.1

It's just a heads-up - this doesn't seem to be a problem on your end. Downgrading to PyTorch 1.0.1 solved the issue for me.

5tr1k3r avatar May 13 '19 01:05 5tr1k3r

having the same issue with PyTorch 1.1 how do I solve it with the current version of PyTorch?

kazzastic avatar May 16 '19 19:05 kazzastic