Mohammad Amin Nabian

Results 138 comments of Mohammad Amin Nabian

Is there any update on this issue?

Use the code below right before where the `tf.gradients` is called, hopefully this will fix it: ```python if var_list is None: var_list = ( variables.trainable_variables() + ops.get_collection(ops.GraphKeys.TRAINABLE_RESOURCE_VARIABLES)) else: var_list =...

Just checking to see if there are any updates on this? I would also like to know the density and viscosity values used in generating this dataset. Thanks

We also have an implementation of GraphCast in NVIDIA Modulus. Model: https://github.com/NVIDIA/modulus/tree/main/modulus/models/graphcast Training recipe: https://github.com/NVIDIA/modulus-launch/tree/main/examples/weather/graphcast Let me know if you had any questions!

FYI, DeepMind released the GraphCast code and checkpoints a couple of days ago: https://github.com/deepmind/graphcast

Tagging @akshaysubr to review the changes to the distributed manager.

Hi @DavidLandup0 , thanks for your PR! We will merge this PR soon closer to the Modulus release in June.

Hi @DavidLandup0 , we have made extensive changes to the CorrDiff code and also refactored the configs. Unfortunately, your changes are not consistent with the way configs are currently handled,...

Hi @androbomb, would you be interested in contributing your code [here](https://github.com/androbomb/kan-modulus) to Modulus? I'll be happy to work with you to get your PR merged.

Hi @androbomb, sorry I missed this thread. Yes please go ahead and open a PR. Feel free to add me as maintainer to your fork.