How to set a global seed to repeat the result?

Hello, I am wondering how to set a global seed to repeat the results? Or how to set seeds separatly? Thanks!

Hi @zhangzhenthu

Presently you need to set the random seed yourself to have an exact repeat. Some parts of Modulus-Sym have fixed seeds for reproducibility already (data loaders), but not all of it. Have a look at the PyTorch docs on this matter for what seeds to set.

Hi,
Thank you for your reply. I will try to set the seed myself. :)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.