-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't find the relevant data, can you teach me the data needed to download the code. Thank you. Best wishes #2
Comments
@Wang-Dlut The data used for training the model was obtained by this Julia script: https://github.com/markub3327/NASA-POWER-BOT. Use can adjust the GPS locations of areas in config/locations.yml. The size of area is defined by arguments width and height, same as the date range of measurements and number of threads to run downloads in parallel fashion. julia --threads 8 main.jl --start 2010 --end 2015 --width 5 --height 5 Thanks |
Thank you very much for your strong support! |
This is needed to initialise the model before load the weights. The model has a 2 input layers one has 302 features and another one is 3 features. The first one is input to Encoder block and represents weather (pressure, temperature, wind speed, wind direction) and solar irradiance measurements from the past in the region manner. The second input is to Decoder block and represents the only solar irradiance, and time in two components sine and cosine embedding and its in the point measurement. The Decoder predicts only solar irradiance in the next time and the this input cannot contain the weather information because Decoder must be predict the weather too not only solar irradiance. |
12 * 5 * 5 = 300 + 2 for the sine and cosine time embedding: |
wow! This is amazing!!! HAAAAAA! Thank u very much! Thank you for your strong support! Best wishes to you!!! |
I really like and love your this code and ideas, but I still haven't reproduced them yet hahaha。This makes me feel frustrated。。。。。。。。。。。。。。。。。。。。。。 |
|
Dear author, |
TypeError: Unexpected keyword argument passed to optimizer: exclude_from_weight_decay 进程已结束,退出代码为 1 |
I can't find the relevant data, can you teach me the data needed to download the code.
Thank you. Best wishes
The text was updated successfully, but these errors were encountered: