-
Notifications
You must be signed in to change notification settings - Fork 0
Initial DDPM Code Commit for Sea Ice Forecasting (Integration in Progress) #29
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
base: main
Are you sure you want to change the base?
Conversation
…kerville in each notebook
…is yet — it's just for the record.
…tions for debugging
…d deleted old folder
… optimizer and also add dropout
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…in gaussian_diffusion.py
d3861ca
to
7b0b37f
Compare
b810744
to
85c2ed8
Compare
Can we close this PR or do you merge the notebooks (and maybe drop the other things?) @marianovitasari20? |
Hi @jemrobinson, can we just leave this open? I won’t merge this branch into main, but it’s the only one currently working for getting the diffusion results, which I need for the conference and also for comparison with main branch later (in case we can’t reproduce similar results after integration). As for the notebooks, I’ll create separate issues once I’ve finished addressing the current ones. |
Author: Maria Carolina Novitasari
This repository contains the implementation of a Denoising Diffusion Probabilistic Model (DDPM) to forecast sea ice concentration, conditioned on ERA5 reanalysis data. The model is trained and evaluated using OSISAF sea ice concentration observations as groundtruth. This work is still in progress, and changes are anticipated.
Current project structure
The current project structure is as follows: