Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 64c53d1

Browse files
author
Gregory Johnson
authored
Update download_and_train.py
1 parent 4856691 commit 64c53d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/download_and_train.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060

6161
image_source_paths = data_manifest["SourceReadPath"]
6262

63-
pdb.set_trace()
64-
6563
image_target_paths = [
6664
"{}/{}".format(image_save_dir, image_source_path)
6765
for image_source_path in image_source_paths

0 commit comments

Comments
 (0)