I am outputting numpy.float32 values and get the following: > import numpy as np > a = np.float32(0.1) > a, str(a), repr(a) (0.1, '0.1', ...
確定! 回上一頁