-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance checkpoint and logging configurations; update test setups
- Update configs/callbacks/hnet_checkpoint.yaml to: - Save checkpoints under trained_on_/standard_resolution/ - Append timestamp to filenames for better traceability - Modify configs/logging/tensorboard.yaml to: - Change logger name to trained_on_/standard_resolution - Update version format to include only hnet_model_DOA - Update pytest.ini to include new markers: - Add scenarios_run for tests that train the algorithm - Add scenarios_test for tests that evaluate the algorithm - Improve documentation in tests/scenarios_tests/conftest.py: - Add Args and Returns sections to fixtures for clarity - Update descriptions to accurately reflect fixture behavior - Clean up tests/scenarios_tests/generate_hnet_training_data/test_scenarios_generate_hnet_training_data.py: - Remove unused numpy import - Update data paths and rename test function in tests/scenarios_tests/run/test_scenarios_run.py: - Rename test_train_hnetgru_under_various_distributions to test_run_under_various_distributions for clarity
- Loading branch information
1 parent
b104e93
commit cae3588
Showing
7 changed files
with
33 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...scenarios_tests/generate_hnet_training_data/test_scenarios_generate_hnet_training_data.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters