lanwuwei / SPM_toolkit

Neural network toolkit for sentence pair modeling.
302 stars 70 forks source link

A question about PWIM-main_sts #23

Open meperdine opened 5 years ago

meperdine commented 5 years ago

Traceback (most recent call last): File "main_sts.py", line 893, in main(args) File "main_sts.py", line 466, in main combine_mode, lm_mode)#, corpus) TypeError: init() takes exactly 24 arguments (23 given)

请问这个问题怎么解决呢 我看是模型里缺了一个deepCNN的参数 这个应该怎么赋值呢 谢谢

lanwuwei commented 5 years ago

parser.add_argument('--deep_CNN', type=bool, default=True, help='use 19 layer CNN or not')