Skip to content

How training with cpu #1

@jay678

Description

@jay678

I want to run this script, but my computer does not have a GPU. I tried to use the CPU to train, but it failed. How can it be compatible with the CPU?

I got error:
outputs, wav = data_parallel(model, (inputs, ))
File "torch/nn/parallel/data_parallel.py", line 190, in data_parallel
output_device = device_ids[0]
IndexError: list index out of range

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