thunil / Deep-Flow-Prediction

A framework for fluid flow (Reynolds-averaged Navier Stokes) predictions with deep learning
Apache License 2.0
286 stars 117 forks source link

Links to pre-trained models do not work #6

Closed MinghuiS closed 3 years ago

MinghuiS commented 4 years ago

Hi,

The download links to the two pre-trained models seemed to not work. Could you take a look?

Thank you!

thunil commented 4 years ago

Hi, do you mean https://ge.in.tum.de/download/2019-deepFlowPred/model_data05_exp50 and https://ge.in.tum.de/download/2019-deepFlowPred/model_mata10_exp70 ? I just tested, both work fine on my side...

MinghuiS commented 4 years ago

Hi, do you mean https://ge.in.tum.de/download/2019-deepFlowPred/model_data05_exp50 and https://ge.in.tum.de/download/2019-deepFlowPred/model_mata10_exp70 ? I just tested, both work fine on my side...

Thanks for your reply. Somehow I still see garbled text when I open the links.

niphiwi commented 3 years ago

@MinghuiS The links are fine. You see garbled text, because you would have to load the model with PyTorch (see: https://pytorch.org/tutorials/beginner/saving_loading_models.html) :-)

MinghuiS commented 3 years ago

Figured it out. Thanks for your reply 👍