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

Missing 'burgers.npz' file while training FNO on Burgers` problems #309

Open
srinathdama opened this issue Mar 17, 2024 · 1 comment
Open

Comments

@srinathdama
Copy link

When I try to run train_burgers.py, I get the following error as the file burgers.npz is missing.

###############################
Traceback (most recent call last):
  File "/home/neuraloperator/scripts/train_burgers.py", line 74, in <module>
    train_loader, test_loaders, output_encoder = load_burgers_1dtime(data_path=config.data.folder,
  File "/home/neuraloperator/neuralop/datasets/burgers.py", line 52, in load_burgers_1dtime
    with np.load(data_path) as data:
  File "/home/miniconda3/envs/TNO/lib/python3.10/site-packages/numpy/lib/npyio.py", line 427, in load
    fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/data/burgers/burgers.npz'

I could not find burgers.npz in neuralop/datasets/data/. I would appreciate it if someone could help me access it.

Thanks in advance!

@srinathdama srinathdama changed the title Missing 'burgers.npz' file for training FNO on Burgers` problems Missing 'burgers.npz' file while training FNO on Burgers` problems Mar 17, 2024
@dhpitt
Copy link
Collaborator

dhpitt commented Mar 25, 2024

Hi @srinathdama, you are correct that we haven't yet released our data file for the 1d Burger's equation. This may change in the future, but for now check out the datasets available on PDEBench

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

2 participants