neuraloperators-TL-scaling icon indicating copy to clipboard operation
neuraloperators-TL-scaling copied to clipboard

Code for Characterizing Scaling and Transfer Learning Behavior of FNO in SciML

Results 1 neuraloperators-TL-scaling issues
Sort by recently updated
recently updated
newest added

The median value for the solution functions is computed in get_scales.ipynb, but is never used in the following normalization code: ``` if self.scales is not None: f_norm = np.linalg.norm(X[0]) *...