alibaba / x-deeplearning

An industrial deep learning framework for high-dimension sparse data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build_final_net return a tuple but use as list

chouchou1988 opened this issue · comments

build_final_net 函数返回的是train_ops[0], train_ops[1:] 的tuple,但是在train.py中使用了train_ops.append(xdl.Adam(lr).optimize())