PFST-LSTM
PFST-LSTM copied to clipboard
This is a Pytorch implementation of PFST-LSTM, a recurrent model for precipitation nowcasting (radar echo extrapolation) as described in the following paper: PFST-LSTM: a SpatioTemporal LSTM Model wit...
When I run the code with your env and datasets,i get this: ```python Traceback (most recent call last): File "/home/dell/下载/PSTF_LSTM/experiment/CIKM/dec_PFST_ConvLSTM.py", line 453, in model.train() File "/home/dell/下载/PSTF_LSTM/experiment/CIKM/dec_PFST_ConvLSTM.py", line 79, in train...
Those who have researched similar issues can add me on WeChat, and we can learn and exchange ideas together, making progress together. Weicat: LBJ-2021, Email: [[email protected]](mailto:[email protected])
Hello, bro! I want to use my dataset to run on your model, so can the experiment in your paper be replicated with the code you provided here? Thanks!
Hi, I'm doing this kind of project for the first time, can someone tell me the steps to run this project? I've set up the environment, downloaded the CIKM_Rardar dataset,...