Skip to content

Error using tqdm ergodic dataset! #14

@islandLZ

Description

@islandLZ

pBar = tqdm(train_loader, desc='Training')
for target_images, input_images in pBar:
if target_images is None: continue

Every time it runs, target_images and input_images is None.
image

But my data loader is functioning normally:
image

What is causing this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions