VidyaChhabria / ThermEDGe-and-IREDGe

Encoder-decoder based generative networks for static and transient thermal analysis
BSD 3-Clause "New" or "Revised" License
17 stars 4 forks source link

About the LSTM you mentioned in the paper #12

Open Brilight opened 1 year ago

Brilight commented 1 year ago

Hi there!

Thanks for sharing the good codes. I feel curious that you mention the LSTM structure in your ASPDAC paper, which is not reflected in your source code, except the code :

 predicted = model.predict((in data,data pt)).

How do you implement this structure hereby? Hope for your reply, thanks.

Brilight commented 1 year ago

I mean how do you capture the temperature profile at the state before you predict in this prediction step?