Skip to content

Error while training #1

Description

@Soumyajit-Saha

Set no of workers to 0
as for 5 it is showing BrokenPipeError: [Errno 32] Broken pipe

But getting this error:

File "D:\Project\Image extraction\Data-Augmentation-using-Deep-Convolutional-GAN-master\Data-Augmentation-using-Deep-Convolutional-GAN-master\train.py", line 161, in
train()

File "D:\Project\Image extraction\Data-Augmentation-using-Deep-Convolutional-GAN-master\Data-Augmentation-using-Deep-Convolutional-GAN-master\train.py", line 99, in train
label = torch.full((b_size,), real_label, device=device)

RuntimeError: Providing a bool or integral fill value without setting the optional dtype or out arguments is currently unsupported. In PyTorch 1.7, when dtype and out are not set a bool fill value will return a tensor of torch.bool dtype, and an integral fill value will return a tensor of torch.long dtype.

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