Skip to content
Snippets Groups Projects
Commit 5cf43e4d authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

remove a debug comment from training

parent f859b9d0
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,6 @@ if __name__ == "__main__":
pin_memory=True,
num_workers=1,
)
print(f"{split} in dataset {len(dataset)} and in loader {len(data_loader)}")
data_loaders[split] = data_loader
training = Training(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment