Skip to content

Commit

Permalink
Merge branch 'refactoring' into cb_init_maps
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau authored Sep 27, 2024
2 parents 4a08e25 + 8a1589e commit 278f021
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clinicadl/API_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

DeepLearningPrepareData(image_config)


dataset = return_dataset(
input_dir,
data_df,
Expand All @@ -33,4 +32,4 @@
trainer = Trainer(config)
trainer.train(
dataset.dataloader,
)
)

0 comments on commit 278f021

Please sign in to comment.