x_train

x_train.flush()

``` if not os.path.exists(PATH + 'x_train.npy'): x_train = np.memmap(PATH + 'x_train.npy', dtype=cfg['data_type'], mode='w+', shape=( self.time_length ......
x_train train flush
共1篇  :1/1页 首页上一页1下一页尾页