Expected 2 but getting nothing
- Dominant language
- Python
- Stars
- 52
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.