HY-2012's picture
H-GTCRN AX650 inference: axmodel + Python SDK + C++ executable (board-verified)
1ebfbbf verified
Raw
History Blame Contribute Delete
100 Bytes
import numpy as np
def preprocess(feat):
return [np.ascontiguousarray(feat, dtype=np.float32)]