NVIDIA / modulus

Open-source deep-learning framework for building, training, and fine-tuning deep learning models using state-of-the-art Physics-ML methods
https://developer.nvidia.com/modulus
Apache License 2.0
903 stars 208 forks source link

Fix scaling twice error #379

Closed yairchn closed 6 months ago

yairchn commented 6 months ago

Modulus Pull Request

Description

In PR 373 an error was introduced by scaling x twice. This PR fixes it.

Checklist