File tree
5 files changed
+5
-5
lines changed- ppsci/externals
5 files changed
+5
-5
lines changedSubmodule neuraloperator updated 38 files
- README.rst+15-15
- neuralop/datasets/darcy.py+1-1
- neuralop/datasets/data_transforms.py+1-1
- neuralop/datasets/navier_stokes.py+1-1
- neuralop/datasets/output_encoder.py+2-4
- neuralop/datasets/spherical_swe.py+1-1
- neuralop/datasets/tests/test_data_processor.py+8-8
- neuralop/datasets/tests/test_output_encoder.py+16-8
- neuralop/layers/einsum_utils.py+3-1
- neuralop/layers/fno_block.py+3-3
- neuralop/layers/integral_transform.py+5-5
- neuralop/layers/legacy_spectral_convolution.py+44-17
- neuralop/layers/neighbor_search.py+7-7
- neuralop/layers/normalization_layers.py+1-1
- neuralop/layers/resample.py+3-5
- neuralop/layers/segment_csr.py+8-8
- neuralop/layers/simple_neighbor_search.py+2-2
- neuralop/layers/spectral_convolution.py+5-5
- neuralop/layers/spherical_convolution.py+4-4
- neuralop/layers/tests/test_fno_block.py+50-27
- neuralop/layers/tests/test_neighbor_search.py+144-15
- neuralop/layers/tests/test_padding.py+2-2
- neuralop/layers/tests/test_resample.py+6-2
- neuralop/layers/tests/test_spectral_convolution.py+102-39
- neuralop/layers/tests/test_spherical_convolution.py+45-20
- neuralop/models/tests/test_fno.py+19-15
- neuralop/models/uno.py+7-3
- neuralop/tests/test_config_key.txt+1-1
- neuralop/tests/test_model_from_config.py+14-8
- neuralop/tests/test_utils.py+24-22
- neuralop/tlpaddle/factorized_tensors/factorized_tensors.py+1-1
- neuralop/tlpaddle/factorized_tensors/init.py+2-2
- neuralop/tlpaddle/factorized_tensors/tensorized_matrices.py+4-4
- neuralop/tlpaddle/functional/convolution.py+3-3
- neuralop/tlpaddle/functional/tensor_regression.py+1-1
- neuralop/training/load_training_state.py+1
- neuralop/training/tests/test_callbacks.py+70-47
- neuralop/training/trainer.py-1
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
0 commit comments