Add SGN-styled classifier#129
Open
vuhoangnamdoan wants to merge 1 commit into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
The previous training path mixed multiple responsibilities and optional branches, which made debugging and iteration slow.
This PR narrows scope to the actual architecture used for bushfire risk classification and reduces maintenance overhead.
Changes
src/training/ts_classifier_train.pyto a classifier-only flow.is_burningfallback to 0Files touched
ai-modelling/src/training/ts_classifier_train.pyai-modelling/src/models/bushfire/risk_classifier.py(if applicable)ai-modelling/src/models/bushfire/advanced_classifier/SGN.py(if applicable)ai-modelling/src/models/bushfire/layers/Embed.py(if applicable)ai-modelling/src/models/bushfire/fire_risk_pipeline.py(if applicable)Test plan
python -m src.training.ts_classifier_train --max-rows 50000 --epochs 1 --e-layers 1 --d-model 16 --num-groups 2Risks / Notes
e_layers=1for forecast-only sequence length).Follow-ups (optional)
(i, j)mapping for deterministic spatial layout.