Skip to content
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

settle on dataloader specs #12

Open
dkimpara opened this issue Mar 1, 2024 · 1 comment
Open

settle on dataloader specs #12

dkimpara opened this issue Mar 1, 2024 · 1 comment

Comments

@dkimpara
Copy link
Collaborator

dkimpara commented Mar 1, 2024

We should have it output (B, C, t, lat, lon) and modify all models to be compatible.

e.g. one issue is we need to move concat_and_reshape and split_and_reshape in [model].py files to dataloader.

@dkimpara
Copy link
Collaborator Author

dkimpara commented Mar 1, 2024

The old models (unet, rvt, vit etc.) are written for (Batch, color_channel, lat, lon).

We need to rewrite the old models to be compatible with the new data shape, with time=1. Charlie suggested we squeeze time on the way in and then expand on the way out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant