def preproc_x(x, flatten=True): x = x / 255. if flatten: x = x.reshape((len(x), -1)) return x. 以上為Day78 範例程式的X(feature)前處理一開始 ...
確定! 回上一頁