Skip to content

Commit

Permalink
Merge pull request #218 from KMarshallX/patch-20240219
Browse files Browse the repository at this point in the history
Patch 20240219
  • Loading branch information
KMarshallX authored Feb 19, 2024
2 parents 584c675 + 3d935f4 commit f7e0606
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion boost.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Last Edited: 22/10/2023
"""

from config import boost_config
import config.boost_config as boost_config
from utils import preprocess_procedure, make_prediction
from utils import TTA_Training
import os
Expand Down
4 changes: 0 additions & 4 deletions config/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

import os
from config import pred_config
import config.pred_config as pred_config
from utils import preprocess_procedure, make_prediction

args = pred_config.pred_parser.parse_args()
Expand Down
2 changes: 1 addition & 1 deletion test_time_adaptation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

import os
from config import adapt_config
import config.adapt_config as adapt_config
from utils import preprocess_procedure
from utils import TTA_Training

Expand Down
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Last Edited: 18/10/2023
"""

from config import train_config
import config.train_config as train_config
from utils import preprocess_procedure
from utils import TTA_Training

Expand Down

0 comments on commit f7e0606

Please sign in to comment.