Skip to content

Expected 2 but getting nothing #5

@joshuayuny

Description

@joshuayuny

Hi,
I was wondering how to fix this problem? I have tried looking for the solution online but I would still get this error.

Thanks,
Josh

This is the error I would get from running from my computer that has an GPU.

FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result.
result[list(np.indices(arr.shape)) + [arr]] = 1
loading features layer4
Traceback (most recent call last):
File "test.py", line 25, in
features, _ = fo.feature_extraction(0)
ValueError: not enough values to unpack (expected 2, got 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions