LongxingTan / Data-competitions

My Data Competition Solutions
100 stars 44 forks source link

关于训练的问题 #7

Open LifeDancer94 opened 9 months ago

LifeDancer94 commented 9 months ago

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

LongxingTan commented 9 months ago

你好,我用的就是源代码引入,就不涉及版本了 https://github.com/LongxingTan/Data-competitions/tree/master/tianchi-enso-prediction/code/Time-series-prediction

LifeDancer94 commented 9 months ago

好的谢谢你,确实是运行起来了~requirements里最后那个“dtaidistance==2.2.5”库始终安装不上,不过似乎对运行也没影响