You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**TensorFlow Training**: `cd examples/water/se_e2_a && timeout 60 dp train input.json --skip-neighbor-stat` -- should start training and show decreasing loss
49
-
2.**PyTorch Training**: `cd examples/water/se_e2_a && timeout 60 dp --pt train input_torch.json --skip-neighbor-stat` -- should start training and show decreasing loss
50
-
3.**Verify training output**: Look for "batch X: trn: rmse" messages showing decreasing error values
49
+
1.**PyTorch Training**: `cd examples/water/se_e2_a && timeout 60 dp --pt train input_torch.json --skip-neighbor-stat` -- should start training and show decreasing loss
50
+
1.**Verify training output**: Look for "batch X: trn: rmse" messages showing decreasing error values
51
51
52
52
### Test-Based Validation
53
53
54
54
1.**Core Tests**: `pytest source/tests/tf/test_dp_test.py::TestDPTestEner::test_1frame -v` -- should pass in ~10 seconds
55
-
2.**Multi-backend**: Test both TensorFlow and PyTorch components work
55
+
1.**Multi-backend**: Test both TensorFlow and PyTorch components work
56
56
57
57
## Common Commands and Timing
58
58
@@ -127,8 +127,8 @@ source/ # C++ source code and tests
127
127
128
128
### Linting and Formatting
129
129
130
-
-**Ruff check**: <1 second
131
-
-**Ruff format**: <1 second
130
+
-**Ruff check**: \<1 second
131
+
-**Ruff format**: \<1 second
132
132
-**Pre-commit hooks**: May have network issues, use individual tools
0 commit comments