gyla1993 / LightNet

LightNet: A Dual Spatiotemporal Encoder Network Model for Lightning Prediction In KDD 2019
17 stars 5 forks source link

stepdeep #2

Open bb67ao opened 2 years ago

bb67ao commented 2 years ago

Hello, do you have the source code of the stepdeep paper? I want to reproduce that paper, but I don't know how to deal with the data. I haven't found it for a long time. The source author did not reply, although it is difficult to speak, thank you

gyla1993 commented 2 years ago

Hi, since the authors of StepDeep didn;t release their code, we reproduce it by ourselves, although there may be slight deviations from the original paper to apply to our task. Please refer to https://github.com/gyla1993/LightNet/blob/45a7f17dc333fd2bd85252f1161fac99bd4c30a3/models.py#L176-L204. Hope this helps.

bb67ao commented 2 years ago

In fact,I followed this file to find your repository.but what I want to know is how stepdeep handles the data in his paper, thank you all the same