We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10551a0 commit aedca32Copy full SHA for aedca32
terratorch/datasets/generic_pixel_wise_dataset.py
@@ -8,7 +8,8 @@
8
from functools import partial
9
from pathlib import Path
10
from typing import Any, List, Union
11
-
+from functools import reduce
12
+import operator
13
import albumentations as A
14
import matplotlib as mpl
15
import numpy as np
0 commit comments