We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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的参数 这个应该怎么赋值呢 谢谢
The text was updated successfully, but these errors were encountered:
parser.add_argument('--deep_CNN', type=bool, default=True, help='use 19 layer CNN or not')
Sorry, something went wrong.
No branches or pull requests
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的参数 这个应该怎么赋值呢 谢谢
The text was updated successfully, but these errors were encountered: