Results 7 comments of Timothy Praditia

Hi @zongyi-li I'm also interested in the baseline model, especially U-Net implementation. Did you use it autoregressively in a closed loop manner? It would be great if you could also...

Hi there, thank you for pointing this out. Did you calculate the residual using the solution and the provided delta x and delta t? My guess is that the high...

Hi there, could you try removing the `+args=config.yaml` argument? I think this is because we already specified `config_path="config"` and `config_name="config"` in the code, so it refers to the config.yaml file...

1. Could you please share which line of code from which script leads to the error? And could you also recheck if the file is indeed in the specified directory...

Hi there, Yes, the single_file argument should be set to True for the Burgers dataset. I assume that line 184 in the fno/utils.py script would give an error since the...

@mtakamoto-D Ah I see, then I think the assert command should be fine. Could you please also provide the config file for the Burgers dataset training?

@GeoffNN: Makoto will provide the config files as soon as possible. In the meantime, could you try to copy the arguments in the file [config_ReacDiff.yaml](https://github.com/pdebench/PDEBench/blob/main/pdebench/models/config/args/config_ReacDiff.yaml) to the arguments in the...