Question on Sample Size for Training #40
-
|
Hi, I hope this message finds you well. Your current deep learning architecture includes 317 Great Britain Grids along with 2 years worth of data.
Apologies for lengthy questions |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
Hi @kwon-developer! Thanks for reaching out.
It doesn't have a spatial component, that's true, so the encoder we use is not a convolutional one (also, solar position for example doesn't have a spatial component either! It's just two 1D variables. It doesn't get an encoder though, if you want to see how it's handled I suggest you start here) Hope that helps! Let me know if you have further questions :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @kwon-developer! I'm glad this is helpful :) Solar coords are on a 30 min interval to mimic the target data, which is also 30-minutely. The idea is that for each point a model is predicting, it knows the exact position of the sun, which should be quite helpful for forecasting. Solar coordinates used to be calculated in training and use the timestamps of the target data provided, but we've fairly recently decoupled them for robustness & flexibility--though I'm fairly sure that since then we've continued to match them to target data. To be fair, re: NWPs are 1 hourly, if we could get our hands on a 30-minutely NWP I'm sure we would've preferred that! It's super interesting to hear you've tried a coarser solar coords resolution, would you mind telling me a bit more about your experiment? We haven't run one like that ourselves, so knowing more about your results would be super useful! |
Beta Was this translation helpful? Give feedback.
Hi @kwon-developer! Thanks for reaching out.