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

It seems to be a very interesting project for weather forecasting, could you help me with the steps needed to run the system on my IDE, I am actually using vscode Ide. #52

Open
Nagessen opened this issue May 11, 2023 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@Nagessen
Copy link

Arxiv/Blog/Paper Link

Detailed Description

Context

@Nagessen Nagessen added the enhancement New feature or request label May 11, 2023
@jacobbieker jacobbieker added documentation Improvements or additions to documentation and removed enhancement New feature or request labels May 11, 2023
@jacobbieker
Copy link
Member

Hi,

A few questions:

  1. Have you setup a virtual environment or conda environment?
  2. Have you tried pip install metnet?
  3. What does your data look like?

@Nagessen
Copy link
Author

Nagessen commented May 12, 2023 via email

@jacobbieker
Copy link
Member

The data loading and format is more up to you. What MetNet takes is a series of multi-channel images, with the input being of the format [Batch, Channels, Timesteps, Width, Height], as long as that is the case, it should work getting the data into the model. How you organize the data that way is up to you, the MetNet and MetNet-2 papers have the ways they do it, which has worked for us before. But it depends on what you want to do.

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

No branches or pull requests

2 participants