ZhuoYulang / CIF-MMIN

MIT License
19 stars 2 forks source link

Could you provide the file ‘models/networks/lstm.py’ , I noticed the absence of this file while running. #2

Open 2000CLW opened 6 months ago

2000CLW commented 6 months ago

Hello author, I encountered an issue while running the code you provided: the file lstm.py is missing in the models/networks directory, which causes the following line of code to throw an error. Would you mind providing this portion of the code? I would greatly appreciate it! from models.networks.lstm import LSTMEncoder

ZhuoYulang commented 6 months ago

Thank you for your feedback. I had uploaded the file lstm.py to the github just now. You can find it in models/networks. ---- Replied Message ---- @.>Date4/16/2024 @.>@.>Subject[ZhuoYulang/CIF-MMIN] Could you provide the file ‘models/networks/lstm.py’ , I noticed the absence of this file while running. (Issue #2) Hello author, I encountered an issue while running the code you provided: the file lstm.py is missing in the models/networks directory, which causes the following line of code to throw an error. Would you mind providing this portion of the code? I would greatly appreciate it! from models.networks.lstm import LSTMEncoder — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

2000CLW commented 6 months ago

Thanks for your reply!