Skip to content

Commit

Permalink
remove SSDA
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed Oct 17, 2024
1 parent 4b18b01 commit c641d23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clinicadl/utils/iotools/trainer_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ def create_parameters_dict(config):
parameters["transfer_path"] = False
if parameters["data_augmentation"] == ():
parameters["data_augmentation"] = False
parameters["preprocessing_dict_target"] = parameters["preprocessing_json_target"]
del parameters["preprocessing_json_target"]

del parameters["preprocessing_json"]
# if "tsv_path" in parameters:
# parameters["tsv_path"] = parameters["tsv_path"]
Expand Down

0 comments on commit c641d23

Please sign in to comment.