Skip to content

Commit

Permalink
final commit i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed Oct 17, 2024
1 parent 06ec3c2 commit 20e7855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clinicadl/trainer/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ def resume(self) -> None:

def _check_args(self):
self.config.reproducibility.seed = get_seed(self.config.reproducibility.seed)
if len(self.config.data.label_code) == 0:
self.config.data.label_code = self.maps_manager.label_code
# if len(self.config.data.label_code) == 0:
# self.config.data.label_code = self.maps_manager.label_code
# TODO: deal with label_code and replace self.maps_manager.label_code
from clinicadl.trainer.tasks_utils import generate_label_code

Expand Down

0 comments on commit 20e7855

Please sign in to comment.