FOXES / forecasting /models

Commit History

Add evaluation configuration and update inference pipeline
599606f

griffingoodwin04 commited on

Refactor configuration parameters and update model architecture references
c11e613

griffingoodwin04 commited on

Update learning rate scheduler parameters and clean up loss calculation notes
7d43b6a

griffingoodwin04 commited on

Rename localpatch.yaml to train_config.yaml and update notes; modify learning rate scheduler parameters and rename attention mask creation method
5eaed60

griffingoodwin04 commited on

Updated model to include inverted attention naming scheme
71f2b7e

griffingoodwin04 commited on

major updates for flare catalog creation
bd2ed44

griffingoodwin04 commited on

Merge remote-tracking branch 'origin/main' into dev-patch
2a0d39b

griffingoodwin04 commited on

Various bug fixes and changes to all codes
83a05d2

griffingoodwin04 commited on

enhance data splitting functionality.
0c7d0f3

griffingoodwin04 commited on

made evaluation easier by adding auto eval... makes configs on its own...
130c9b3

griffingoodwin04 commited on

Created a cnn model and local attention based model to get more physically significant predictions...
0f9cb89

griffingoodwin04 commited on

Enhance FlareDownloadProcessor to support time span mode for 1-minute cadence downloads, adding new arguments and methods for data existence checks. Update command-line arguments for improved usability. Refactor evaluation configurations and model training settings, including adjustments to checkpoint paths and model parameters for better performance.
afe9cc0

griffingoodwin04 commited on

Refactor ViT model configuration and base weights; update learning rate in training configs; standardize Huber loss delta notation for consistency.
608119e

griffingoodwin04 commited on

Refactor SXRRegressionDynamicLoss weights and performance multipliers; adjust model configuration for ViTPatch with reduced patch size and increased number of heads; implement GPU memory isolation and monitoring in training script; enhance AttentionMapCallback to accept dynamic patch size.
1aeb490

griffingoodwin04 commited on

add 2d positional embedding to try and improve forcasting
f6b8791

griffingoodwin04 commited on

Update data processing scripts to use new combined directory structure; adjust validation and training splits, enhance loss calculation with updated parameters, and modify configuration files for improved model training and evaluation.
7508d0e

griffingoodwin04 commited on

Refactor SolarFlareEvaluator for baseline-only mode; update evaluation logic and configuration files. Adjusted model prediction handling, added baseline-only mode checks, and modified output paths in YAML configurations.
5174490

griffingoodwin04 commited on

edited code slightly so that base weights are calculated based on number of samples in training (patch based)
869589d

griffingoodwin04 commited on

Updated window size in SXRRegressionDynamicLoss to 1500, added forward_for_callback method in VisionTransformer for compatibility with AttentionMapCallback, and modified selected_model names in config files to 'ViTPatch'.
bc4a0b5

griffingoodwin04 commited on

Updated splitting function so now it can do SXR and AIA individually... it can also repartition an already partioned folder... updated the megs models to include warm restarts, weight decay, and adaptive weights
7bbc799

griffingoodwin04 commited on

Experimenting With Fusion Model
7e470a6

griffingoodwin04 commited on

Fixed patch weights and loss to mse
5566c2a

griffingoodwin04 commited on