uvipen / Flappy-bird-deep-Q-learning-pytorch

Deep Q-learning for playing flappy bird game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

5tr1k3r opened this issue · comments

commented

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.

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