jhbastek / PhysicsInformedDiffusionModels

Implementation of Physics-Informed Diffusion Models
MIT License
38 stars 0 forks source link

question about making the train dataset #2

Closed csy2077 closed 4 months ago

csy2077 commented 4 months ago

Hi, I think your work is really great!

I also wonder do you have any plans to release the code to make your dataset. I want to make some more data than you've already released.

Thank you very much!

jhbastek commented 4 months ago

Thanks a lot! Are you referring to the Darcy flow data? Happy to share the code. For the topology optimization, please reach out to the authors of the referenced paper (https://arxiv.org/pdf/2208.09591).

csy2077 commented 4 months ago

Thanks a lot!

So I will look forward to see your code for the darcy flow here!

jhbastek commented 4 months ago

Just pushed it, see src/darcy_data_generation.py. If possible, I would advise to run it on multiple cores to accelerate the process.