Skip to content

RuntimeError: No CUDA GPUs are available #7

@arminbiglari

Description

@arminbiglari

Dear author, Thank you for your great work.

Since i want to consider this work as one of my baselines, during running the code, i faced this error : RuntimeError: No CUDA GPUs are available.

i managed to solved the issue, which might be useful for others.

to overcome this issue while training using a single gpu, please add os.environ["CUDA_VISIBLE_DEVICES"] = "0" to line 508 in main.py

best wishes

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