Skip to content

Commit

Permalink
add missing call
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed May 1, 2024
1 parent 3c7e9ea commit ce20325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/medperf/commands/dataset/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def run(cls, training_exp_id: int, data_uid: int, overwrite: bool = False):
execution = cls(training_exp_id, data_uid, overwrite)
execution.prepare()
execution.validate()
execution.check_existing_outputs()
execution.prepare_training_cube()
execution.prepare_plan()
execution.prepare_pki_assets()
Expand Down

0 comments on commit ce20325

Please sign in to comment.