richzhang / colorization-pytorch

PyTorch reimplementation of Interactive Deep Colorization
https://richzhang.github.io/ideepcolor/
MIT License
597 stars 113 forks source link

Undefined name 'visuals' in ./util/util.py #1

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

flake8 testing of https://github.com/richzhang/colorization-pytorch on Python 3.7.0

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./util/util.py:70:18: F821 undefined name 'visuals'
        subset = visuals
                 ^
1     F821 undefined name 'visuals'
1
richzhang commented 6 years ago

Fixed, thanks