Open yyds12306 opened 9 months ago
由于我配置环境的时候是使用keras高版本,没有interfaces这个包,所我单独下载了keras==2.0.1将当中的interface包放在高版本keras中,来实现代码运行。 ------------------ 原始邮件 ------------------ 发件人: "Baixinzhu/SRMAG" @.>; 发送时间: 2024年1月18日(星期四) 下午4:05 @.>; @.***>; 主题: [Baixinzhu/SRMAG] package (Issue #1)
你好,想请教一下from keras_preprocessing.legacy import interfaces这里具体是怎么处理的
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
非常感谢你的回复,已按照你的回复做了修改,你推送的代码可能需要将from keras_preprocessing.legacy import interfaces改成from keras.legacy import interfaces。 除此之外,作为初学者,还想请教一下你的lstm_long和lstm_short部分中pad的目的是什么,而且pad5和pad6为何在Self-attention前后不同位置。此外,你的long和short序列是按一天时间划分吗?还是有具体其他的划分?
你好,想请教一下from keras_preprocessing.legacy import interfaces这里具体是怎么处理的