pdebench / PDEBench

PDEBench: An Extensive Benchmark for Scientific Machine Learning
https://arxiv.org/abs/2210.07182
Other
724 stars 86 forks source link

version matching | old issue-2023-09-24 #59

Closed Yangtze-flowing closed 6 months ago

Yangtze-flowing commented 6 months ago

Sorry for this late post, I just got used to github

I found that in the "readme.md" of PDEbench, there's a section called "Configuring DeepXDE". However, according to DeepXDE, the required PyTorch version is 1.9.0 or later(Fig.1). But the latest version that pdebench supports is v1.13.0 (Fig.2). I wonder if there is something worth discussion.

image image

kmario23 commented 6 months ago

The codebase supports torch versions upto v1.13.1. If you're using v2.1.0 or later that should also work. The versions in-between the above two versions will most likely cause issues because of https://github.com/pytorch/pytorch/issues/65711.

Please let us know if you face problems in running the code, preferably with a traceback.