Skip to content

Commit

Permalink
Merge pull request #13 from IvanKuchin/development
Browse files Browse the repository at this point in the history
turn-off debugging
  • Loading branch information
IvanKuchin committed Jul 23, 2024
2 parents da6ae0c + da53abe commit c3ce295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset/craft_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


DEBUG_DATALOADER = False
DEBUG_DATA_LOADING_PERFORMANCE = True
DEBUG_DATA_LOADING_PERFORMANCE = False

def fname_to_patientid(fname_src:str):
if DEBUG_DATALOADER:
Expand Down

0 comments on commit c3ce295

Please sign in to comment.