physicsnemo
physicsnemo copied to clipboard
Open-source deep-learning framework for building, training, and fine-tuning deep learning models using state-of-the-art Physics-ML methods
# PhysicsNeMo Pull Request ## Description To improve stability of CorrDiffr, this PR introduces non-regression for the end-to-end workflow of CorrDiff `train.py` and `generate.py`. The goal is to have non-regression...
# PhysicsNeMo Pull Request ## Description Introduces InfiniteHashSampler, a new memory-efficient infinite sampler designed for very large datasets (billion+ samples) that uses hash-based randomization without storing full index arrays. Tests...