hezhangsprinter / DCPDN

Densely Connected Pyramid Dehazing Network (CVPR'2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError: invalid syntax

sun0912704 opened this issue · comments

Traceback (most recent call last):
File "train.py", line 20, in
from myutils import utils
File "/home/zjh/sunjingjing/DCPDN/myutils/utils.py", line 92
for(src, dst) in zip(vgglua.parameters()[0], vgg.parameters())
SyntaxError: invalid syntax

how to deal with it?(please help )