Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GCN & CNN S2 pos-rec #1484

Merged
merged 4 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions straxen/corrections_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,10 @@

corrections_w_file = [
"mlp_model",
"cnn_model",
"gcn_model",
"s2_xy_map_mlp",
"s2_xy_map_cnn",
"s2_xy_map_gcn",
"s2_xy_map",
"s1_xyz_map_mlp",
"s1_xyz_map_cnn",
"s1_xyz_map_gcn",
"fdc_map_mlp",
"fdc_map_cnn",
"fdc_map_gcn",
"s1_aft_xyz_map",
"bayes_model",
]
Expand Down Expand Up @@ -284,7 +276,7 @@ def get_config_from_cmt(self, run_id, model_type, version="ONLINE"):
utilix.mongo_storage.MongoDownloader()

:param run_id: run id from runDB
:param model_type: model type and neural network type; model_mlp, or model_gcn or model_cnn
:param model_type: model type and neural network type; model_mlp, or model_cnf
:param version: version
:param return: NN weights file name

Expand Down
6 changes: 0 additions & 6 deletions straxen/plugins/events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
from . import event_s2_positions_mlp
from .event_s2_positions_mlp import *

from . import event_s2_positions_cnn
from .event_s2_positions_cnn import *

from . import event_s2_positions_gcn
from .event_s2_positions_gcn import *

from . import event_s1_positions_cnn
from .event_s1_positions_cnn import *

Expand Down
30 changes: 0 additions & 30 deletions straxen/plugins/events/event_s2_positions_cnn.py

This file was deleted.

30 changes: 0 additions & 30 deletions straxen/plugins/events/event_s2_positions_gcn.py

This file was deleted.

6 changes: 0 additions & 6 deletions straxen/plugins/peaks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@
from . import peak_positions
from .peak_positions import *

from . import peak_positions_cnn
from .peak_positions_cnn import *

from . import peak_positions_cnf
from .peak_positions_cnf import *

from . import peak_positions_gcn
from .peak_positions_gcn import *

from . import peak_positions_mlp
from .peak_positions_mlp import *

Expand Down
31 changes: 0 additions & 31 deletions straxen/plugins/peaks/peak_positions_cnn.py

This file was deleted.

31 changes: 0 additions & 31 deletions straxen/plugins/peaks/peak_positions_gcn.py

This file was deleted.