DnCNN-tensorflow icon indicating copy to clipboard operation
DnCNN-tensorflow copied to clipboard

error xrange

Open hujiayu712 opened this issue 5 years ago • 2 comments

I run main.py name Error :name 'Xrange' is not defined

hujiayu712 avatar Apr 21 '19 17:04 hujiayu712

you can add: xrange = range

ihongxx avatar May 09 '19 05:05 ihongxx

you should pay attention to the python3 instead of python2, // instead of /, and range instead of xrange.

fegnyujian avatar Oct 30 '19 12:10 fegnyujian