Hello everyone, there is a way to do assigment as in python? Example: `preds[:, :, 0] = preds[:, :, 0] % heatmapWidth` Thank you
Hello everyone, there is a way to do assigment as in python?
Example:
preds[:, :, 0] = preds[:, :, 0] % heatmapWidthThank you