Try f32
This commit is contained in:
parent
496ad79f05
commit
d12afdeb91
@ -51,7 +51,7 @@ def run(gt, rasters, coords, remove, attributes, adjacency='4', filtering='direc
|
||||
y += [y_raw[lbl]]
|
||||
groups += [np.repeat(coordsi, lbl.sum())]
|
||||
|
||||
X = np.concatenate(X)
|
||||
X = np.concatenate(X).astype(np.float32)
|
||||
y = np.concatenate(y)
|
||||
groups = np.concatenate(groups)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user