Nicholas Geneva

Results 40 comments of Nicholas Geneva

Instead cropping we should consider padding @ktangsali We should pad the repo with a reflection boundary so we can compute edge derivatives. Makes the domain periodic iirc so the calculation...

Merged here: https://github.com/NVIDIA/modulus/pull/545 Thanks for the patch.

Hi @DanD364 This looks like a problem with the HfArgParser and some Python magic it uses. For Python 3.9 I have to [hack around a solution](https://github.com/zabaras/transformer-physx/blob/main/trphysx/config/arg_parser.py#L86) to get it to...

Thanks for the report, I agree this is a bug. The `get_num_losses` in [domain](https://github.com/NVIDIA/modulus-sym/blob/main/modulus/sym/domain/domain.py#L128) uses the output names of each constraint to get a total number of losses. The custom...

Updating to feature request, doing this on NGC will potentially be quite challenging due to how file access works... specifically for authenticated users.

Fixed in RC Branch: https://github.com/NVIDIA/earth2studio/pull/136

Hi @LevineHuang At the moment Earth2Studio is a inference focused package. Training of weather AI models is something we leave to other repos, whether modulus, makani or the research repo's...