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)
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 ofarr[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)