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
您好,麻烦问下,我在训练时候,在‘outputs = build_tfts_model(use_model='seq2seq', custom_model_params=model_params, dynamic_decoding=True)(enso_inputs)’这行代码会提示错误‘build_tfts_model() got an unexpected keyword argument 'dynamic_decoding'’如果删掉那个参数也不行,不知道是不是tfts库版本不同让函数的使用有些不同,想问下您使用的tfts库的版本
The text was updated successfully, but these errors were encountered:
你好,我用的就是源代码引入,就不涉及版本了 https://github.com/LongxingTan/Data-competitions/tree/master/tianchi-enso-prediction/code/Time-series-prediction
Sorry, something went wrong.
好的谢谢你,确实是运行起来了~requirements里最后那个“dtaidistance==2.2.5”库始终安装不上,不过似乎对运行也没影响
No branches or pull requests
Competition
您好,麻烦问下,我在训练时候,在‘outputs = build_tfts_model(use_model='seq2seq', custom_model_params=model_params, dynamic_decoding=True)(enso_inputs)’这行代码会提示错误‘build_tfts_model() got an unexpected keyword argument 'dynamic_decoding'’如果删掉那个参数也不行,不知道是不是tfts库版本不同让函数的使用有些不同,想问下您使用的tfts库的版本
❔Question
Additional context
The text was updated successfully, but these errors were encountered: